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 xiang.zhang
Recipients gregory.p.smith, martin.panter, xiang.zhang
Date 2016-03-18.09:35:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458293755.71.0.185205341147.issue26578@psf.upfronthosting.co.za>
In-reply-to
Content
I think you are right. Simply run http.server.test() and then telnet to send "GET /", the client hangs. Or add a timeout to BaseHTTPRequestHandler, you can see the timeout error on server output.
History
Date User Action Args
2016-03-18 09:35:55xiang.zhangsetrecipients: + xiang.zhang, gregory.p.smith, martin.panter
2016-03-18 09:35:55xiang.zhangsetmessageid: <1458293755.71.0.185205341147.issue26578@psf.upfronthosting.co.za>
2016-03-18 09:35:55xiang.zhanglinkissue26578 messages
2016-03-18 09:35:55xiang.zhangcreate