httpx/tests
Tom Christie b9c8a1505e
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
2019-06-24 16:53:42 +01:00
..
client Handle early connection closes (#103) 2019-06-24 16:53:42 +01:00
dispatch Handle early connection closes (#103) 2019-06-24 16:53:42 +01:00
models Fixed response repr. (#101) 2019-06-23 11:37:00 +01:00
conftest.py Drop unused interface on ConnectionStore (#70) 2019-05-16 10:56:05 +01:00
test_api.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_asgi.py Support WSGI and ASGI apps. (#94) 2019-06-18 15:53:33 +01:00
test_config.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_decoders.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_multipart.py Multipart support (#90) 2019-06-17 14:38:24 +01:00
test_status_codes.py Int status codes (#92) 2019-06-17 16:53:39 +01:00
test_timeouts.py http3 (#86) 2019-06-12 15:02:16 +01:00
test_wsgi.py Support WSGI and ASGI apps. (#94) 2019-06-18 15:53:33 +01:00