]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop write_no_block from backends. (#594)
authorTom Christie <tom@tomchristie.com>
Thu, 5 Dec 2019 11:46:11 +0000 (11:46 +0000)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 11:46:11 +0000 (11:46 +0000)
commite56e120175f4938d45c91c66bdd9b7f9d415e9bb
treef473417be115089fae5d68ba4508155b9cabb683
parentfc95c7e71e87b0e53f6ad3744458df9c9ff62ac7
Drop write_no_block from backends. (#594)

* Drop write_no_block

* Drop redundant code from Trio backend
httpx/concurrency/asyncio.py
httpx/concurrency/base.py
httpx/concurrency/trio.py
httpx/dispatch/http2.py