Message95060
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. |
|
Date |
User |
Action |
Args |
2009-11-09 06:56:15 | tsujikawa | set | recipients:
+ tsujikawa |
2009-11-09 06:56:15 | tsujikawa | set | messageid: <1257749775.14.0.0718616958135.issue7291@psf.upfronthosting.co.za> |
2009-11-09 06:56:13 | tsujikawa | link | issue7291 messages |
2009-11-09 06:56:13 | tsujikawa | create | |
|