[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2011-03-16 Thread Florent Xicluna
Florent Xicluna added the comment: Duplicate of #900744 -- resolution: -> duplicate status: open -> closed superseder: -> catch invalid chunk length in httplib read routine ___ Python tracker

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2011-03-16 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2010-12-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2010-08-03 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: When appropriate, patches should have new tests also. Patch looks simple, but I cannot review correctness or whether this could have a negative effect, like stopping too soon. This seems to be a rare need. -- nosy: +tjreedy stage: -> unit test needed

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2009-09-28 Thread Andrei Korostelev
Andrei Korostelev added the comment: Added patch for python-3.1.1 -- Added file: http://bugs.python.org/file14990/httplib.python-3.1.1.diff ___ Python tracker ___ ___

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2009-09-28 Thread Andrei Korostelev
Andrei Korostelev added the comment: Patch for Python-2.6 -- Added file: http://bugs.python.org/file14989/httplib.python-2.6.2.diff ___ Python tracker ___ ___

[issue7013] Httplib read routine is not tolerant to not well-formed chunked http responses.

2009-09-28 Thread Andrei Korostelev
New submission from Andrei Korostelev : HTTPResponse._read_chunked cannot handle "slightly" ill-formed HTTP response not ended with 0 chunk-size. I did not make an analysis what type of webservers generate such responses, but one of them is bing.com (former msn.com). Example correct chunked http