]> git.ipfire.org Git - thirdparty/httpx.git/commit
Remove usage of loop.create_task in ASGIDispatch (#261)
authorFlorimond Manca <florimond.manca@gmail.com>
Wed, 21 Aug 2019 21:11:12 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2019 21:11:12 +0000 (23:11 +0200)
commit80eafe89c2c3377e9f0702952c96044c69909155
treeff02eede318d39baa971350891dbb43d13c7d21e
parent30692272fd287c83eed527e5ec488bee223e96f6
Remove usage of loop.create_task in ASGIDispatch (#261)

* Remove usage of loop.create_task in ASGIDispatch

* Add comment about usage of background manager

* Update comment
httpx/concurrency/asyncio.py
httpx/concurrency/base.py
httpx/dispatch/asgi.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py