]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all...
authorIllia Volochii <illia.volochii@gmail.com>
Mon, 18 Dec 2023 20:17:16 +0000 (22:17 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 20:17:16 +0000 (22:17 +0200)
commit41336a72b90634d5ac74a57b6826e4dd6fe78eac
tree363b462522a7bd0422f1c1ad14f399b9550f7f48
parent2feec0fc7fd0b9caae7ab2e26e69311d3ed93e77
gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all data (GH-113200)
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]