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 0be4e58 commit 3f8dd05Copy full SHA for 3f8dd05
Doc/library/http.server.rst
@@ -559,7 +559,7 @@ to be served.
559
560
The :meth:`BaseHTTPRequestHandler.send_header` method assumes sanitized input
561
and does not perform input validation such as checking for the presence of CRLF
562
-sequences. Untrusted input may result in CRLF injection attacks.
+sequences. Untrusted input may result in HTTP Header injection attacks.
563
564
Earlier versions of Python did not scrub control characters from the
565
log messages emitted to stderr from ``python -m http.server`` or the
0 commit comments