aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-20 10:46:21 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-20 10:46:21 +0100
commit1b610e5b13b7b96e7b3f372c8da1ec9d840f896a (patch)
tree981bbabfcff95e4d5b83c0b50c9cec7611e54abb /ChangeLog
parente2c268e3796557560fb2ffe3c2e9c18f74fc9471 (diff)
downloadlibmicrohttpd-1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.tar.gz
libmicrohttpd-1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.zip
allow binary zero in unescaped GET arguments (see mailinglist)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f591642d..32868ca0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Wed 20 Mar 2019 10:20:24 AM CET
2 Adding additional "value_length" argument to MHD_KeyValueIterator
3 callback to support binary zeros in values. This is done in a
4 backwards-compatible way, but may require adding a cast to existing
5 code to avoid a compiler warning. -CG
6
1Sun Feb 10 21:00:37 BRT 2019 7Sun Feb 10 21:00:37 BRT 2019
2 Added example for how to compress a chunked HTTP response. -SC 8 Added example for how to compress a chunked HTTP response. -SC
3 9