[Patches] [ python-Patches-997626 ]
httplib.HTTPConnection.request() bug
SourceForge.net
noreply at sourceforge.net
Sun Jul 25 20:00:35 CEST 2004
Patches item #997626, was opened at 2004-07-25 18:56
Message generated for change (Comment added) made by jjlee
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=997626&group_id=5470
Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
>Priority: 7
Submitted By: John J Lee (jjlee)
Assigned to: Nobody/Anonymous (nobody)
Summary: httplib.HTTPConnection.request() bug
Initial Comment:
996159 reveals a problem with
httplib.HTTPConnection.request().
The underlying problem is that, while this method checks
no explicit Host: header was provided, it fails to do the
same for Accept-Encoding: and Content-Length:
This patch fixes that.
----------------------------------------------------------------------
>Comment By: John J Lee (jjlee)
Date: 2004-07-25 19:00
Message:
Logged In: YES
user_id=261020
This is important to get into 2.4, because it breaks urllib2.
I haven't run the tests yet, or done any manual tests. I'll try
and do that tomorrow.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=997626&group_id=5470
More information about the Patches
mailing list