]> git.ipfire.org Git - thirdparty/httpx.git/commit
Handle early connection closes (#103)
authorTom Christie <tom@tomchristie.com>
Mon, 24 Jun 2019 15:53:42 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2019 15:53:42 +0000 (16:53 +0100)
commitb9c8a1505e3ffadf0e212a482c5051f098a32ca0
treeefa0c431e793d79aaf7f80303b7bc8c45f5a7680
parentf9e3ad4c162945a04ecc0f96a2156eca5ab39886
Handle early connection closes (#103)

* Refactoring h11 implementation

* More h11 refactoring

* Support early connection closes on H11 connections

* Tweak comment

* Refactor concurrent read/writes

* Drop WriteTimeout masking

* Linting

* Use concurrent read/writes for HTTP2

* Push background sending into ConcurrencyBackend
http3/client.py
http3/concurrency.py
http3/dispatch/connection.py
http3/dispatch/http11.py
http3/dispatch/http2.py
http3/interfaces.py
tests/client/test_client.py
tests/dispatch/utils.py