[issue1907] Httplib.py not supporting timeout - Propose Fix attached

2008-01-22 Thread Facundo Batista
Facundo Batista added the comment: It's already fixed in the trunk (2.6 will have timeout for httplib and other TCP libraries). -- nosy: +facundobatista resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1907] Httplib.py not supporting timeout - Propose Fix attached

2008-01-22 Thread Guillaume Nourry-Marquis
New submission from Guillaume Nourry-Marquis: The httplib file wasn'T supporting a timeout feature which was essential for my load testing application I built. In order to do that, I had to append a parameter to the connect function, which takes a socket timeout value integer in seconds. def