]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113199: Make read1() and readline() of HTTPResponse close IO after reading...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Dec 2023 20:36:45 +0000 (21:36 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 20:36:45 +0000 (20:36 +0000)
commit816b63512408a28b9e700067e20969af41ceb52b
tree9da9aa5e9e6b4dd7cc4f4399b782fe356525aa14
parent52bbaa95b3eeb674197bce40f5b8670a03baa30b
[3.12] gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all data (GH-113200) (GH-113259)

(cherry picked from commit 41336a72b90634d5ac74a57b6826e4dd6fe78eac)

Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS.d/next/Library/2023-12-16-01-10-47.gh-issue-113199.oDjnjL.rst [new file with mode: 0644]