Patches item #1312980, was opened at 2005-10-04 15:12
Message generated for change (Comment added) made by gbrandl
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: Closed
>Resolution: Out of Date
Priority: 5
Private: No
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.


----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-13 21:40

Message:
Logged In: YES 
user_id=849994
Originator: NO

The "length" problem is already fixed and the chunked handling is tracked
in #1486335.

----------------------------------------------------------------------

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

Reply via email to