This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients alex, christian.heimes, dstufft, janssen, matrixise, pitrou, zielmicha
Date 2017-09-05.22:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504652128.34.0.584372920914.issue18880@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-05 22:55:28christian.heimessetrecipients: + christian.heimes, janssen, pitrou, alex, dstufft, matrixise, zielmicha
2017-09-05 22:55:28christian.heimessetmessageid: <1504652128.34.0.584372920914.issue18880@psf.upfronthosting.co.za>
2017-09-05 22:55:28christian.heimeslinkissue18880 messages
2017-09-05 22:55:28christian.heimescreate