aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-27 20:19:25 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-27 20:19:25 +0000
commit4d997941e33acfb57d9da7b560a81f94f0051796 (patch)
treeec1ef47dfd64602edac8ff7e1eb8fe890bbf1072 /ChangeLog
parent7eba79ea8607e1498fdc23a7045fe04f79c0daf5 (diff)
downloadlibmicrohttpd-4d997941e33acfb57d9da7b560a81f94f0051796.tar.gz
libmicrohttpd-4d997941e33acfb57d9da7b560a81f94f0051796.zip
fix late counter-decrement issue reported by MD on the mailinglist
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6df89ba..564fac6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Sat Jun 27 22:16:27 CEST 2015
2 Make sure to decrement connection counter before
3 calling connection notifier so that
4 MHD_DAEMON_INFO_CURRENT_CONNECTIONS does not
5 present stale information (relevant if this is
6 used for termination detection of a daemon
7 stopped via MHD_quiesce_daemon()). Thanks to
8 Markus Doppelbauer for reporting. -CG
9
1Fri Jun 26 23:17:20 CEST 2015 10Fri Jun 26 23:17:20 CEST 2015
2 Fix (automatic) handling of HEAD requests with 11 Fix (automatic) handling of HEAD requests with
3 MHD_create_response_from_callback() and HTTP/1.1 12 MHD_create_response_from_callback() and HTTP/1.1