[issue4492] httplib code thinks it closes connection, but does not

2021-09-13 Thread Irit Katriel
Irit Katriel added the comment: The code has changed quite a lot since this was created and it no longer matches the description in this issue. -- nosy: +iritkatriel resolution: -> out of date stage: test needed -> resolved status: open -> closed

[issue4492] httplib code thinks it closes connection, but does not

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___

[issue4492] httplib code thinks it closes connection, but does not

2013-12-27 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___ Python-bugs-list

[issue4492] httplib code thinks it closes connection, but does not

2013-12-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- stage: needs patch - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___

[issue4492] httplib code thinks it closes connection, but does not

2011-03-20 Thread Ray.Allen
Ray.Allen ysj@gmail.com added the comment: Another fix could be making HTTPResponse to hold a reference to the HTTPConnection object and call its close() at the time of a bad chunk length was received. This can close the connection as soon as possible. --

[issue4492] httplib code thinks it closes connection, but does not

2011-03-20 Thread Senthil Kumaran
Changes by Senthil Kumaran orsent...@gmail.com: -- assignee: - orsenthil nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___

[issue4492] httplib code thinks it closes connection, but does not

2011-03-17 Thread Gennadiy Zlobin
Changes by Gennadiy Zlobin gennad.zlo...@gmail.com: -- nosy: +gennad ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___ Python-bugs-list

[issue4492] httplib code thinks it closes connection, but does not

2011-03-17 Thread Ray.Allen
Changes by Ray.Allen ysj@gmail.com: -- nosy: +ysj.ray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___ Python-bugs-list mailing list

[issue4492] httplib code thinks it closes connection, but does not

2011-03-16 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___ Python-bugs-list

[issue4492] httplib code thinks it closes connection, but does not

2011-01-26 Thread David Stanek
Changes by David Stanek dsta...@dstanek.com: -- nosy: +dstanek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4492 ___ ___ Python-bugs-list mailing

[issue4492] httplib code thinks it closes connection, but does not

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: John could you provide a patch for this? -- nosy: +BreamoreBoy stage: - needs patch versions: +Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org

[issue4492] httplib code thinks it closes connection, but does not

2008-12-02 Thread John J Lee
New submission from John J Lee [EMAIL PROTECTED]: The fix for #900744 tried to close the connection when a bad chunk length was received. The comment inserted with that fix close the connection as protocol synchronisation is probably lost is incorrect: self.close() in _read_chunked does not