aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-02 18:23:58 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-02 18:23:58 +0000
commit312d11ec195ffe2f7e6c8e2cb28c3955869c1e41 (patch)
treef6a86f4599bb00645f8154525b6fef71492a5c30
parentc94a82388f7f483f9b77023ce5a0abf1b68c7e33 (diff)
downloadlibmicrohttpd-312d11ec195ffe2f7e6c8e2cb28c3955869c1e41.tar.gz
libmicrohttpd-312d11ec195ffe2f7e6c8e2cb28c3955869c1e41.zip
fix #3392 as suggested by reporter
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog3
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 93480ae2..aa8d1d13 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -49,6 +49,8 @@ Jared Cantwell
49Luke-Jr <luke@dashjr.org> 49Luke-Jr <luke@dashjr.org>
50Sree Harsha Totakura <sreeharsha@totakura.in> 50Sree Harsha Totakura <sreeharsha@totakura.in>
51Hani Benhabiles <kroosec@gmail.com> 51Hani Benhabiles <kroosec@gmail.com>
52Guy Martin <gmsoft@tuxicoman.be>
53
52 54
53Documentation contributions also came from: 55Documentation contributions also came from:
54Marco Maggi <marco.maggi-ipsu@poste.it> 56Marco Maggi <marco.maggi-ipsu@poste.it>
diff --git a/ChangeLog b/ChangeLog
index c11dad29..36dbf7a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1May 2 20:22:45 CEST 2014
2 Fix infinite loop (DoS) when HTTP connection is reset (#3392). -GM
3
1Thu Apr 10 09:39:38 CEST 2014 4Thu Apr 10 09:39:38 CEST 2014
2 Removed unescaping for URI path (#3371) as '+' should not 5 Removed unescaping for URI path (#3371) as '+' should not
3 be converted to space in accordance with 6 be converted to space in accordance with