[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2021-10-23 Thread Yoann Aubineau
Change by Yoann Aubineau : -- nosy: -yaubi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2011-04-20 Thread Yoann Aubineau
Yoann Aubineau added the comment: Chunked transfer encoding has been introduced in HTTP/1.1. Sending an HTTP/1.0 request would then force the server to not use this mechanism. Module httplib sends HTTP/1.1 requests by default but, as far as I know, does not offer any option to downgrade. My

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2010-12-28 Thread Georg Brandl
Changes by Georg Brandl : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2010-12-15 Thread Antoine Pitrou
Antoine Pitrou added the comment: That server simply doesn't respect the HTTP RFC. It fails to send a last "0" line to indicate that the chunked transfer has completed. -- nosy: +pitrou resolution: -> invalid status: open -> pending ___ Python trac

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2010-08-03 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman : -- nosy: +djc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- components: +Library (Lib) versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

[issue6785] IncompleteRead / BadStatus when parsing http://peakoil.mobi

2009-08-26 Thread Evan
New submission from Evan : (I'm brand new to Python.org, apologies in advance if this has been recorded elsewhere or is not a bug) I've a simple script which fetching a url using httplib/urllib2 and then simply searches the HTML for a string. Works on every URL I've tried apart from the url http