]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add keepalive_expiry to Limits config (#1398)
authorTom Christie <tom@tomchristie.com>
Wed, 25 Nov 2020 15:32:37 +0000 (15:32 +0000)
committerGitHub <noreply@github.com>
Wed, 25 Nov 2020 15:32:37 +0000 (15:32 +0000)
commitd0835da230892bfa7ef42a5aed9dba8122a4359e
tree698f737d4548ad98f3e651461baee5a9efb93c4a
parent27df5e49c7a97a17f68862a3fa901c11e30a4b5a
Add keepalive_expiry to Limits config (#1398)

* Add keepalive_expiry to Limits config

* keepalive_expiry should be optional. In line with httpcore.
httpx/_client.py
httpx/_config.py
tests/test_config.py