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 schmir
Recipients alanmcintyre, gvanrossum, schmir
Date 2008-03-26.22:18:16
SpamBayes Score 0.30802104
Marked as misclassified No
Message-id <1206569897.51.0.868885885134.issue1503@psf.upfronthosting.co.za>
In-reply-to
Content
No, please do not disable them. I'm not quite sure what to do, but
apparently these sockets returned from accept should be turned into
blocking sockets.
I just do not know, where this should happen. I think that this could
even be done inside the accept call (which then might break some code).
At least it should be done in the BaseHTTPServer code, which apparently
cannot handle nonblocking sockets.
History
Date User Action Args
2008-03-26 22:18:17schmirsetspambayes_score: 0.308021 -> 0.30802104
recipients: + schmir, gvanrossum, alanmcintyre
2008-03-26 22:18:17schmirsetspambayes_score: 0.308021 -> 0.308021
messageid: <1206569897.51.0.868885885134.issue1503@psf.upfronthosting.co.za>
2008-03-26 22:18:16schmirlinkissue1503 messages
2008-03-26 22:18:16schmircreate