]> git.ipfire.org Git - thirdparty/httpx.git/commit
Stream -> TCPStream (#339)
authorFlorimond Manca <florimond.manca@gmail.com>
Sun, 15 Sep 2019 21:14:48 +0000 (23:14 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sun, 15 Sep 2019 21:14:48 +0000 (16:14 -0500)
commit315a18b4cf81f95683e6afdc10dba3c75eb512b7
tree9e0dbc20a1e941876c3a1736a423c78d8479dea5
parent4616031202dc547bd5ab3fa8a03c050ad131dbab
Stream -> TCPStream (#339)
httpx/__init__.py
httpx/concurrency/asyncio.py
httpx/concurrency/base.py
httpx/dispatch/connection.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
tests/dispatch/utils.py
tests/test_concurrency.py