]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:34:15 +0000 (21:34 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 20:34:15 +0000 (20:34 +0000)
commit44bdb6d55cdb036e8966efee45e4b452368d8602
tree53e4257e67cc0e47b5ca9a7860db90e84a1a7e4b
parent2cd35647384bf165c3e8415666cd4780bd89a596
[3.11] gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all data (GH-113200) (GH-113260)

(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]