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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18880>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to