aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-26 18:53:58 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-26 18:53:58 +0200
commit1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c (patch)
tree885190fc668e4616621a08b8f9db4781b6f21bc1 /ChangeLog
parent5e5dbf980de763480f7957f64af78bbb2159d9a0 (diff)
downloadlibmicrohttpd-1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c.tar.gz
libmicrohttpd-1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c.zip
fix regression: uncork when HTTPS is used in conjunction with empty response body
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fa9b832..a05a9228 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Sat 26 Oct 2019 06:53:05 PM CEST
2 Fix regression where MHD would fail to return an empty response
3 when used with HTTPS. -CG/TR
4
1Fri 25 Oct 2019 02:31:59 PM CEST 5Fri 25 Oct 2019 02:31:59 PM CEST
2 Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG 6 Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG
3 7