python: Remove HTTP_CONTENT_{TYPE,LENGTH} from WSGI environment.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 28 Aug 2012 00:59:57 +0000 (02:59 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 28 Aug 2012 00:59:57 +0000 (02:59 +0200)
commit0bf0720d9d585a56904081d0c8a71507d8889adf
tree6bc6f0e2b0285080547b173ea43ba33481307c74
parentcefb0f7aedb9e3f0a2c04e7258ab07a243638e75
python: Remove HTTP_CONTENT_{TYPE,LENGTH} from WSGI environment.

Although not strictly required by the CGI specification, many programs
and libraries seem to require it.
python/ashd-wsgi
python3/ashd-wsgi3