]> granicus.if.org Git - python/commit
Merged revisions 87317 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 16 Dec 2010 17:03:16 +0000 (17:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 16 Dec 2010 17:03:16 +0000 (17:03 +0000)
commit3022ce1a14b364a1d1d69405646aae892d827666
treefd1d9c88c256dbb29762cc1e021da711e0a6c291
parent0da0c48e2362d9ec7f5ef0ea4302728c1c7d56d8
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)
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/ACKS
Misc/NEWS