Patches item #1312980, was opened at 2005-10-04 11:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1312980&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Yusuke Shinyama (euske) Assigned to: Nobody/Anonymous (nobody) Summary: httplib error handling and HTTP/0.9 fix Initial Comment: HTTPResponse.begin did not initialize self.length if the protocol version is 0.9, which later causes an AttributeError. Also, error handling for "chunk_left = int(line, 16)" in HTTPResponse._read_chunked is missing, which might cause a ValueError. The patch fixes the above two problems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1312980&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches