]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS entry for r87373
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Dec 2010 17:59:18 +0000 (17:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Dec 2010 17:59:18 +0000 (17:59 +0000)
Misc/NEWS

index 456b1ef40d990c09bc6eea2b174c5129937ecfce..0e90db27db8ce7776198dd2c1bffb30b1fe9e880 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #6791: Limit header line length (to 65535 bytes) in http.client
+  and http.server, to avoid denial of services from the other party.
+
 - Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle.
 
 - Issue #9907: Fix tab handling on OSX when using editline by calling