]> git.ipfire.org Git - thirdparty/httpx.git/commit
ASGI: Wait for response to complete before sending disconnect message (#919)
authorJamie Hewland <jhewland@gmail.com>
Tue, 12 May 2020 09:06:53 +0000 (11:06 +0200)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 09:06:53 +0000 (10:06 +0100)
commitd568ecda53049cd612af591220e210836f90d6c2
tree9bad467a61ad914ed80c23fa1bc9d348ce0c1e17
parent560b119d32e9ff222836f3a4e7201c2dde9433f9
ASGI: Wait for response to complete before sending disconnect message (#919)

* asgi: Wait for response to complete before sending disconnect message

* Dial back type checking + remove concurrency module

* Remove somewhat redundant comment
httpx/_dispatch/asgi.py
requirements.txt
setup.py
tests/test_asgi.py