[issue39826] logging HTTPHandler does not support proxy

lorb report at bugs.python.org
Mon Mar 2 10:04:37 EST 2020


New submission from lorb <ritzer.christoph at gmail.com>:

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.

----------
components: Library (Lib)
messages: 363181
nosy: lorb
priority: normal
severity: normal
status: open
title: logging HTTPHandler does not support proxy
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39826>
_______________________________________


More information about the Python-bugs-list mailing list