commit | bfd976fc171bd89080ecbbb2d64ed1bc315fa2a9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jan 25 23:34:42 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 25 23:34:42 2015 -0500 |
tree | db255151ccdb90c34c87588d226528b166ce7d58 | |
parent | 9a6d32e78cd8f73f957d6c8eac04fb3f834fc261 [diff] [blame] |
simply ignore headers with no name (#19996) Patch by Cory Benfield.
diff --git a/Misc/NEWS b/Misc/NEWS index f21dbe8..6582bab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Issue #19996: Make :mod:`httplib` ignore headers with no name rather than + assuming the body has started. + - Issue #20188: Support Application-Layer Protocol Negotiation (ALPN) in the ssl module.