aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-05 19:23:26 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-05 19:23:26 +0200
commit0db81a9248b12abc74f153ebd642441d0f9c3e58 (patch)
tree01406d248d24a802445824ffda019200ce203ab2 /ChangeLog
parentbc8e12c8379d7bf1d99bf67260bcefadd77852a8 (diff)
downloadlibmicrohttpd-0db81a9248b12abc74f153ebd642441d0f9c3e58.tar.gz
libmicrohttpd-0db81a9248b12abc74f153ebd642441d0f9c3e58.zip
fix #5411
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 068780e3..eb273daf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Fri Oct 5 18:44:45 CEST 2018
2 MHD_add_response_header() now prevents applications from
3 setting a "Transfer-Encoding" header to values other than
4 "identity" or "chunked" as other transfer encodings are
5 not supported by MHD. (Note that usually MHD will pick the
6 transfer encoding correctly automatically, but applications
7 can use the header to force a particular behavior.)
8 Fixing #5411 (never set Content-length if Transfer-Encoding
9 is given). -CG
10
1Sat Jul 14 11:42:15 CEST 2018 11Sat Jul 14 11:42:15 CEST 2018
2 Add MHD_OPTION_GNUTLS_PSK_CRED_HANDLER to allow use of PSK with 12 Add MHD_OPTION_GNUTLS_PSK_CRED_HANDLER to allow use of PSK with
3 TLS connections. -CG/TM 13 TLS connections. -CG/TM