commit | 8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 22 13:13:05 2011 +0000 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jan 22 13:13:05 2011 +0000 |
tree | 85053ad58fdc9fd916611a6d3b9cc4942feeeb23 | |
parent | 137e0f0a2218479232405a4e826074148f735666 [diff] |
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.