]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (#139514)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 5 Oct 2025 12:03:25 +0000 (14:03 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Oct 2025 12:03:25 +0000 (12:03 +0000)
commit13dc2fde8cec1e8aad04c7635b3da4ff3e3dcb00
treeecae157af677efdcc47cea8a3ee38eaf0fde278d
parent29616f3d2c86ac7575177a9f2b30d51f3b2004d2
gh-70765: avoid waiting for HTTP headers when parsing HTTP/0.9 requests (#139514)
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst [new file with mode: 0644]