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 Julien.Palard, martin.panter
Date 2015-06-22.14:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434983969.29.0.174349566551.issue24486@psf.upfronthosting.co.za>
In-reply-to
Content
You did not mention if the HTTP connection has a timeout set. If no timeout is set, it will block until the server sends or closes the connection. The timeout sets how long the socket spends “checking if data is available” before giving up.
History
Date User Action Args
2015-06-22 14:39:29martin.pantersetrecipients: + martin.panter, Julien.Palard
2015-06-22 14:39:29martin.pantersetmessageid: <1434983969.29.0.174349566551.issue24486@psf.upfronthosting.co.za>
2015-06-22 14:39:29martin.panterlinkissue24486 messages
2015-06-22 14:39:29martin.pantercreate