mirror of
https://github.com/django/django.git
synced 2025-02-08 16:35:17 +00:00
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.