Commit ae489475 authored by Jason Madden's avatar Jason Madden

pep8. [skip ci]

parent 3fb63d17
......@@ -63,6 +63,7 @@ class SSLContext(orig_SSLContext):
# Python 3.3 lacks this
check_hostname = False
class _contextawaresock(socket._gevent_sock_class):
# We have to pass the raw stdlib socket to SSLContext.wrap_socket.
# That method in turn can pass that object on to things like SNI callbacks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment