Martin Panter added the comment:

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.

----------
nosy: +vadmium
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to