]> granicus.if.org Git - python/commit
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:08:04 +0000 (14:08 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 12:08:04 +0000 (14:08 +0200)
commitf0746ca46376647993a47e24051a80fdf679014a
tree55faff27b29f3afe16e29c56f382f1572b7e791f
parentec3c103520a5061e657581b388e2b8ba6f74602a
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
100 headers are read.  Adapted from patch by Jyrki Pulliainen.
Doc/library/http.client.rst
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS