]> git.ipfire.org Git - thirdparty/httpx.git/commit
Fix stream unsetting auth (#1312)
authorTom Christie <tom@tomchristie.com>
Wed, 23 Sep 2020 10:25:54 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 10:25:54 +0000 (11:25 +0100)
commitd25f2bfeff35bc1d35959a06e84e33484f3a257a
tree398288a6c1dc6b50bab19c786b0f1bf069505a12
parent257b8fab6adae656bbe577da9221f142526a9a9f
Fix stream unsetting auth (#1312)

* Fix ASGITransport path escaping

* Add failing test case for auth with streaming

* Fix .stream setting auth=None
httpx/_client.py
tests/client/test_auth.py