Closed hugovk closed 1 year ago
Fixes https://github.com/dabeaz/curio/issues/361 following @carlwgeorge's suggestions.
There is one more instance of _ssl.wrap_socket that needs to be renamed to _ssl.SSLContext.wrap_socket on line 35 of curio/ssl.py.
_ssl.wrap_socket
_ssl.SSLContext.wrap_socket
curio/ssl.py
Thanks, updated!
Fixes https://github.com/dabeaz/curio/issues/361 following @carlwgeorge's suggestions.