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 demian.brecht, martin.panter, pitrou
Date 2015-05-31.01:12:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433034737.54.0.548548652322.issue23377@psf.upfronthosting.co.za>
In-reply-to
Content
Just realized that the makefile() call in _tunnel() still lets this bug occur when a HTTPSConnection is being used with a proxy using the CONNECT method. So while my patch shouldn’t make things any worse than they already are, it needs more work to fix this instance. Maybe we would have to use the new SSL memory BIO support.
History
Date User Action Args
2015-05-31 01:12:17martin.pantersetrecipients: + martin.panter, pitrou, demian.brecht
2015-05-31 01:12:17martin.pantersetmessageid: <1433034737.54.0.548548652322.issue23377@psf.upfronthosting.co.za>
2015-05-31 01:12:17martin.panterlinkissue23377 messages
2015-05-31 01:12:16martin.pantercreate