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 martin.panter, terry.reedy, thomas.belhalfaoui
Date 2015-09-05.06:27:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441434458.32.0.685059249619.issue24964@psf.upfronthosting.co.za>
In-reply-to
Content
This is the patch I had in mind. It looks like it only implements the detach() method, so we would still need to add support for passing in the tunnel details to the HTTPSConnection constructor.

This patch would allow doing stuff at a lower level than the existing tunnel functionality. The patch includes a test case for getting the proxy’s response header fields, and another test case illustrating how a plain text HTTP 2 upgrade could work.
History
Date User Action Args
2015-09-05 06:27:38martin.pantersetrecipients: + martin.panter, terry.reedy, thomas.belhalfaoui
2015-09-05 06:27:38martin.pantersetmessageid: <1441434458.32.0.685059249619.issue24964@psf.upfronthosting.co.za>
2015-09-05 06:27:37martin.panterlinkissue24964 messages
2015-09-05 06:27:36martin.pantercreate