commit | 3022ce1a14b364a1d1d69405646aae892d827666 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Dec 16 17:03:16 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Dec 16 17:03:16 2010 +0000 |
tree | fd1d9c88c256dbb29762cc1e021da711e0a6c291 | |
parent | 0da0c48e2362d9ec7f5ef0ea4302728c1c7d56d8 [diff] |
Merged revisions 87317 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines Issue #10714: Limit length of incoming request in http.server to 65536 bytes for security reasons. Initial patch by Ross Lagerwall. ........ (also backport some tests)