Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
This makes the implementation of PEP 3333 compliant servers on top of BaseHTTPServer possible.
Showing
Please register or sign in to comment
This makes the implementation of PEP 3333 compliant servers on top of BaseHTTPServer possible.