]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add support for proxy tunnels for Python 3.6 + asyncio. (#521)
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Sun, 17 Nov 2019 11:50:54 +0000 (05:50 -0600)
committerFlorimond Manca <florimond.manca@gmail.com>
Sun, 17 Nov 2019 11:50:54 +0000 (12:50 +0100)
commit331be99cbfcd5a65ece060def2114da537061e9d
tree8b4228bd8239d91e3edbd589b6ab808c3acd3fc2
parent6045ee242fbe0308ce9d5faf654f5de68e1a3dd8
Add support for proxy tunnels for Python 3.6 + asyncio. (#521)

* Backport start_tls() support for Python 3.6

* Remove version check in start_tls test
httpx/concurrency/asyncio.py
tests/test_concurrency.py