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 martin.panter
Recipients Arfrever, dfarrell07, martin.panter, ned.deily, orsenthil, python-dev, r.david.murray, vstinner
Date 2016-04-03.10:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459679644.16.0.205684286602.issue21069@psf.upfronthosting.co.za>
In-reply-to
Content
Yes using select() would be another way to fix the immediate problem of read() returning None. In the long term I was hoping to use something like my patch to avoid the problems with reading the HTTP response (already discussed in this report) at the same time.
History
Date User Action Args
2016-04-03 10:34:04martin.pantersetrecipients: + martin.panter, orsenthil, vstinner, ned.deily, Arfrever, r.david.murray, python-dev, dfarrell07
2016-04-03 10:34:04martin.pantersetmessageid: <1459679644.16.0.205684286602.issue21069@psf.upfronthosting.co.za>
2016-04-03 10:34:04martin.panterlinkissue21069 messages
2016-04-03 10:34:04martin.pantercreate