Closed sjustas closed 3 years ago
Related to PR in multipart https://github.com/defnull/multipart/pull/35
The empty CONTENT_LENGTH header variable can be added by a webserver like nginx. Empty string is valid as WSGI env variable (PEP0333), not so much as HTTP env variable (RFC2616).
Having an additional test for this issue would be nice.
Related to PR in multipart https://github.com/defnull/multipart/pull/35
The empty CONTENT_LENGTH header variable can be added by a webserver like nginx. Empty string is valid as WSGI env variable (PEP0333), not so much as HTTP env variable (RFC2616).