[ python-Bugs-1595365 ] User-agent header added by an opener is "frozen"
SourceForge.net
noreply at sourceforge.net
Mon Nov 13 03:27:55 CET 2006
Bugs item #1595365, was opened at 2006-11-13 03:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1595365&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: None
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Björn Steinbrink (der_doener)
Assigned to: Nobody/Anonymous (nobody)
Summary: User-agent header added by an opener is "frozen"
Initial Comment:
If a Request object gets an User-agent header added by
an opener, that header seems to be "frozen". Although
header_items() shows the changed header, the request
still uses the old one. This does not happen if the
header is set before the request is passed to the
opener, i.e. when the header is not set automatically,
subsequent changes are respected.
I'm using Python 2.4.4 from Debian's sid.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1595365&group_id=5470
More information about the Python-bugs-list
mailing list