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 martin.panter
Recipients BreamoreBoy, b.a.scott, dieresys, martin.panter, mbeachy, orsenthil, ronaldoussoren, tsujikawa, vzafzal
Date 2015-08-01.10:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438424073.54.0.135201762485.issue7291@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, a while ago I think I made a patch implementing my HTTPConnection.detach() proposal. I can probably dig it up if anyone is interested.

However I gave up on fixing this bug in “urllib.request”. As far as I understand it, the framework does not distinguish the 407 Proxy Authentication Required error of the initial proxy CONNECT request from any potential 407 response from a tunnelled connection. Perhaps a special case could be made; I think there are already lots of special cases. But the maze of urlopen() handlers is already too complicated and I decided this was too hard to bother working on. Sorry :)
History
Date User Action Args
2015-08-01 10:14:33martin.pantersetrecipients: + martin.panter, ronaldoussoren, orsenthil, mbeachy, dieresys, tsujikawa, BreamoreBoy, b.a.scott, vzafzal
2015-08-01 10:14:33martin.pantersetmessageid: <1438424073.54.0.135201762485.issue7291@psf.upfronthosting.co.za>
2015-08-01 10:14:33martin.panterlinkissue7291 messages
2015-08-01 10:14:33martin.pantercreate