]> git.ipfire.org Git - thirdparty/httpx.git/commit
Fix automatic .read() when Response instances are created with content=<str> (#1324)
authorTom Christie <tom@tomchristie.com>
Fri, 25 Sep 2020 10:29:17 +0000 (11:29 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 10:29:17 +0000 (11:29 +0100)
commit666cbbdfe8259e7b6363a2eec5df8ab60e7b6003
tree996e6bc9360b9b9bffc4a83044eafd78677942ae
parent320bfe1d0e2428561b392537c750543f13c4a8e5
Fix automatic .read() when Response instances are created with content=<str> (#1324)
httpx/_models.py
tests/models/test_responses.py