Skip to content
Snippets Groups Projects
Commit 2d5b5bcc authored by Augie Fackler's avatar Augie Fackler
Browse files

wsgicgi: un-do some prior porting work that is now wrong

The Python 3 WSGI behavior is that the environ dict should be full of
unicodes. We previously tried Too Hard here, so we unwind that bit of porting.

Also add some bytesurl() encodes on status and headers.

test-clone-cgi.t now passes.

Differential Revision: https://phab.mercurial-scm.org/D3356
parent b29f490e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment