From 312d11ec195ffe2f7e6c8e2cb28c3955869c1e41 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 May 2014 18:23:58 +0000 Subject: [PATCH] fix #3392 as suggested by reporter --- AUTHORS | 2 ++ ChangeLog | 3 +++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index 93480ae2..aa8d1d13 100644 --- a/AUTHORS +++ b/AUTHORS @@ -49,6 +49,8 @@ Jared Cantwell Luke-Jr Sree Harsha Totakura Hani Benhabiles +Guy Martin + Documentation contributions also came from: Marco Maggi diff --git a/ChangeLog b/ChangeLog index c11dad29..36dbf7a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +May 2 20:22:45 CEST 2014 + Fix infinite loop (DoS) when HTTP connection is reset (#3392). -GM + Thu Apr 10 09:39:38 CEST 2014 Removed unescaping for URI path (#3371) as '+' should not be converted to space in accordance with