This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients BitTorment, facundobatista, orsenthil, zathras
Date 2008-08-14.07:35:28
SpamBayes Score 0.0003743731
Marked as misclassified No
Message-id <1218699344.98.0.14379723302.issue2756@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with the patch was:

The attached patch modifies the add_header() and
add_unredirected_header() method to remove the existing headers of the
same name alternately in the headers and unredirected_hdrs.

What we observe is unredirected_hdrs item is removed during add_header()
calland it is never added back/updated in teh undirected_hdrs.

Let us discuss on the points mentioned in my previous post.
History
Date User Action Args
2008-08-14 07:35:45orsenthilsetrecipients: + orsenthil, facundobatista, zathras, BitTorment
2008-08-14 07:35:44orsenthilsetmessageid: <1218699344.98.0.14379723302.issue2756@psf.upfronthosting.co.za>
2008-08-14 07:35:29orsenthillinkissue2756 messages
2008-08-14 07:35:28orsenthilcreate