[issue1531775] HTTPSConnection request hangs

2010-10-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: Not an issue anymore as socket timeout at client is supposed to happen with the connection is hung due to unresponsive host. The original bug was raised py2.3. Closing it as out of date. -- nosy: +orsenthil resolution: -> out of date stage: unit test

[issue1531775] HTTPSConnection request hangs

2010-09-20 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: Skimming through the code, the only place where we can reasonably block is inside HTTPConnection._send_output(), when the data is actually sent to the socket. What probably happens is the following: - connect() call succeeded, we have an established T

[issue1531775] HTTPSConnection request hangs

2010-08-24 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1531775] HTTPSConnection request hangs

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem with later versions of Python? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker

[issue1531775] HTTPSConnection request hangs

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: This needs a test case reproducing the 'unexpected close'. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___