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 lorb
Recipients lorb
Date 2020-03-02.15:04:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583161477.89.0.356688736779.issue39826@roundup.psfhosted.org>
In-reply-to
Content
The HTTPHandler does not support using a proxy. It would be necessary to subclass it and reimplement `emit` to enable passing in proxy settings.
Adding a hook to make it easy to customize the connection used would solve this.
History
Date User Action Args
2020-03-02 15:04:37lorbsetrecipients: + lorb
2020-03-02 15:04:37lorbsetmessageid: <1583161477.89.0.356688736779.issue39826@roundup.psfhosted.org>
2020-03-02 15:04:37lorblinkissue39826 messages
2020-03-02 15:04:37lorbcreate