[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 <http://bugs.python.org/issue7

[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 <http://bugs.python.org/issue7

[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 corre