]> git.ipfire.org Git - thirdparty/httpx.git/commit
Fix request auto headers (#1205)
authorTom Christie <tom@tomchristie.com>
Fri, 21 Aug 2020 11:03:15 +0000 (12:03 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Aug 2020 11:03:15 +0000 (12:03 +0100)
commit19515e8a8b7df6e5064047f02df307798c184ef5
tree5c14228d9cc02eb556946307c3bc552a0d983bf6
parentf4b407a7c44f2b7fdea63c62198a56880acf5977
Fix request auto headers (#1205)

* Failing test case

* Fix auto_headers in Request.prepare()

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
httpx/_models.py
tests/client/test_headers.py