[docs] [issue28389] xmlrpc.client HTTP proxy example code does not work

Attila Vangel report at bugs.python.org
Sat Oct 8 11:29:44 EDT 2016


Attila Vangel added the comment:

It's my pleasure.
It was somewhat similar:
- the set_proxy() is the same
- for the make_connection() I gave the necessary clues, so one can create the code and you can use that in a way that I don't have to spend time on the PSF Contributor Agreement
- overriding send_request() is not necessary at all, because the HTTP proxying is done in http.client level

----------
type: behavior -> crash
versions: +Python 3.4 -Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28389>
_______________________________________


More information about the docs mailing list