]> granicus.if.org Git - python/commit
Merged revisions 87317 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 16 Dec 2010 17:11:34 +0000 (17:11 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 16 Dec 2010 17:11:34 +0000 (17:11 +0000)
commit47d9b0e08aeea13ceb7ef7b41e1664f4c81a0958
treed379f344ae0262c6161541e62069f646bae7fb95
parentfd1cf6f8322eb34063ecad81422d0df032a8bcfc
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 backported some tests)
Lib/BaseHTTPServer.py
Lib/test/test_httpservers.py
Misc/ACKS
Misc/NEWS