[issue18880] ssl.SSLSocket shutdown doesn't behave like socket.shutdown

Christian Heimes report at bugs.python.org
Tue Sep 5 18:55:28 EDT 2017


Christian Heimes added the comment:

I agree with Antoine. I tried to test your patch and found out that is not compatible with socketserver. The socketserver module shuts down the connection with SHUT_WR.

We could either ignore the problem or ignore the how and use SHUT_RDWR in all cases.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18880>
_______________________________________


More information about the Python-bugs-list mailing list