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.0014588407
Marked as misclassified No
Message-id <[email protected]>
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: <[email protected]>
2009-11-09 06:56:13tsujikawalinkissue7291 messages
2009-11-09 06:56:13tsujikawacreate