]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop concurrency backends (#901)
authorFlorimond Manca <florimond.manca@gmail.com>
Fri, 10 Apr 2020 16:48:01 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 16:48:01 +0000 (18:48 +0200)
commitaf75908b7ab9f406d9ec2b51f75d1218cf92d12b
tree0a02577b7ead9571635be226fc666f1b3d5952c0
parent3046e920ea899c95987a7b912dee0cafcb6630ce
Drop concurrency backends (#901)

* Drop concurrency backends

* Put back as_network_error for use in urllib3 dispatcher
httpx/_backends/__init__.py [deleted file]
httpx/_backends/asyncio.py [deleted file]
httpx/_backends/auto.py [deleted file]
httpx/_backends/base.py [deleted file]
httpx/_backends/trio.py [deleted file]
tests/test_concurrency.py [deleted file]