aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-04 18:42:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-04 18:42:22 +0100
commit5782daed8f39ff7d973cfe804b5c04bb1ccf723e (patch)
tree979b7ffdf08a7729e1ec7b92d63000a9e420599d /ChangeLog
parente06693862812597b14b4eccd2c06f71dff6ca846 (diff)
downloadlibmicrohttpd-5782daed8f39ff7d973cfe804b5c04bb1ccf723e.tar.gz
libmicrohttpd-5782daed8f39ff7d973cfe804b5c04bb1ccf723e.zip
ensure ikvi callback returning MHD_NO terminates iteration
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ab2a5fa..bdbdc15c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Thu 04 Feb 2021 06:41:34 PM CET
2 Fix PostProcessor to always properly stop iteration when application callback
3 tells it to do so. -CG
4
1Wed 06 Jan 2021 08:39:58 PM CET 5Wed 06 Jan 2021 08:39:58 PM CET
2 Return timeout of zero also for connections awaiting cleanup. -CG 6 Return timeout of zero also for connections awaiting cleanup. -CG
3 7