]> git.ipfire.org Git - thirdparty/httpx.git/commit
Backend operations like .read(), .write() now have a manadatory timeout argument...
authorTom Christie <tom@tomchristie.com>
Sat, 7 Dec 2019 11:09:58 +0000 (11:09 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2019 11:09:58 +0000 (11:09 +0000)
commitbc54dd0399065e24e3886fda5b5246b925d8242a
treeb0c8d2634c1536fe93cb5388330aeda5a1836c0d
parentf55db15a01ce311b9d4229d9707aa58043a8eaed
Backend operations like .read(), .write() now have a manadatory timeout argument. (#611)
httpx/concurrency/asyncio.py
httpx/concurrency/trio.py
tests/test_concurrency.py