aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-25 14:40:02 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-25 14:43:36 +0200
commit185f740e0684a8758cbf381fe5c44b3ed72d4a40 (patch)
tree854e7f65dede4766b179bf875b68e4aeeb453a9e /ChangeLog
parent3e2ba2b1ced0b4c9d13961e89e43c3932399f6d6 (diff)
downloadlibmicrohttpd-185f740e0684a8758cbf381fe5c44b3ed72d4a40.tar.gz
libmicrohttpd-185f740e0684a8758cbf381fe5c44b3ed72d4a40.zip
allow clients to override sanity check for content-length header
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1996aab..8fa9b832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Fri 25 Oct 2019 02:31:59 PM CEST
2 Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG
3
1Thu 17 Oct 2019 04:50:52 PM CEST 4Thu 17 Oct 2019 04:50:52 PM CEST
2 Integrate 0-byte send() method for uncorking for old FreeBSD/OS X 5 Integrate 0-byte send() method for uncorking for old FreeBSD/OS X
3 systems into new mhd_send.c logic for uncorking. 6 systems into new mhd_send.c logic for uncorking.