]> granicus.if.org Git - python/commit
Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine...
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 18 Dec 2010 16:55:23 +0000 (16:55 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 18 Dec 2010 16:55:23 +0000 (16:55 +0000)
commit5466bf1c94d38e75bc053b0cfc163e2f948fe345
treeee76b8a66c739f7b7d2b6cb747f1bf7cbd5181d6
parent32e1771daf0ebbde326d91dede4b9cfae6e74f27
Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou
Lib/http/client.py
Lib/http/server.py
Lib/test/test_httplib.py
Lib/test/test_httpservers.py