We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0bf4f commit f70082bCopy full SHA for f70082b
1 file changed
Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst
@@ -1,5 +1,5 @@
1
:mod:`http.server`: fix default handling of HTTP/0.9 requests in
2
:class:`~http.server.BaseHTTPRequestHandler`. Previously,
3
-:meth:`!BaseHTTPRequestHandler.parse_request`` incorrectly
+:meth:`!BaseHTTPRequestHandler.parse_request` incorrectly
4
waited for headers in the request although those are not
5
supported in HTTP/0.9. Patch by Bénédikt Tran.
0 commit comments