Files
deb-python-eventlet/eventlet
Tim Burke e61a19b0ae wsgi: only skip Content-Type and Content-Length headers (GH-327)
Previously, some HTTP headers would not be transcribed to the WSGI
environment provided to applications. This could be happen if either:

  * the header closely mirrors another CGI variable, such as
    Request-Method or Path-Info, or

  * the header closely mirrors a previous header but prefixed with
    "Http-", such as Http-Foo when a Foo header has already been
    received.

Now, only Content-Type and Content-Length will be skipped, and only
because they were previously already added as CONTENT_TYPE and
CONTENT_LENGTH keys.

https://github.com/eventlet/eventlet/pull/327
2016-08-09 00:46:17 +05:00
..
2016-05-02 21:24:07 +05:00
2014-11-11 23:37:09 +00:00
2014-08-27 10:21:55 +04:00
2014-10-10 08:53:11 +01:00
2014-08-27 10:21:55 +04:00
2014-11-11 23:37:09 +00:00
2014-08-27 10:21:55 +04:00
2015-10-13 14:50:10 +03:00