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 tsujikawa
Recipients tsujikawa
Date 2009-11-09.06:56:10
SpamBayes Score 0.00145884
Marked as misclassified No
Message-id <1257749775.14.0.0718616958135.issue7291@psf.upfronthosting.co.za>
In-reply-to
Content
I created a patch.
I added additional argument 'headers' to HTTPConnection::set_tunnel()
method,
which is a mapping of HTTP headers to sent with CONNECT method. Since
authorization
credential is already set to Request object, in
AbstractHTTPHandler::do_open(),
if "Proxy-Authorization" header is found, pass it to set_tunnel().

It works fine for me.
History
Date User Action Args
2009-11-09 06:56:15tsujikawasetrecipients: + tsujikawa
2009-11-09 06:56:15tsujikawasetmessageid: <1257749775.14.0.0718616958135.issue7291@psf.upfronthosting.co.za>
2009-11-09 06:56:13tsujikawalinkissue7291 messages
2009-11-09 06:56:13tsujikawacreate