From 2b37ce7f30b94fc5ec8adb042554f3cc320f7af2 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 18 Dec 2010 17:59:18 +0000 Subject: NEWS entry for r87373 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 456b1ef..0e90db2 100644 --- 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 -- cgit v0.12