classification
Title: urllib2.urlopen() timeout argument ignored after redirect
Type: Stage:
Components: Versions: Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: gthaler, orsenthil (2)
Priority: Keywords

Created on 2009-10-13 14:19 by gthaler, last changed 2009-10-13 15:49 by orsenthil.

Messages (2)
msg93922 - (view) Author: Gerald Thaler (gthaler) Date: 2009-10-13 14:19
When a HTTP request done with urllib2.urlopen() gets redirected, the 
second request will ignore the given timeout value and may hang 
indefinitely.
msg93926 - (view) Author: Senthil Kumaran (orsenthil) Date: 2009-10-13 15:49
Can you mention the python --version in which you encountered this issue?
And piece of code which loops indefinitely? 

The propagation of timeout to redirects has been fixed with Issue5102.
History
Date User Action Args
2009-10-13 15:49:48orsenthilsetassignee: orsenthil

messages: + msg93926
nosy: + orsenthil
2009-10-13 14:19:46gthalercreate