django1/django/http
Claude Paroz efb1f99f94 Fixed #20889 -- Prevented BadHeaderError when Python inserts newline
Workaround for http://bugs.python.org/issue20747.
In some corner cases, Python 2 inserts a newline in a header value
despite `maxlinelen` passed in Header constructor.
Thanks Tim Graham for the review.
2015-02-19 20:18:31 +01:00
..
__init__.py Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
cookie.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
multipartparser.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
request.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
response.py Fixed #20889 -- Prevented BadHeaderError when Python inserts newline 2015-02-19 20:18:31 +01:00
utils.py Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00