Skip to content

Commit

Permalink
green.http: https connections were blocking
Browse files Browse the repository at this point in the history
fixes #457
  • Loading branch information
temoto committed Jan 18, 2023
1 parent 60a99c8 commit b034167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventlet/green/http/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ def getresponse(self):
raise

try:
import ssl
from eventlet.green import ssl
except ImportError:
pass
else:
Expand Down

0 comments on commit b034167

Please sign in to comment.