Sorry, something went wrong.
|
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
GH-100040 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-100041 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
Also \ escape \s in the http.server BaseHTTPRequestHandler.log_message so that it is technically possible to parse the line and reconstruct what the original data was. Without this a \xHH is ambiguious as to if it is a hex replacement we put in or the characters r"\x" came through in the original request line.