diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-26 18:53:58 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-26 18:53:58 +0200 |
commit | 1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c (patch) | |
tree | 885190fc668e4616621a08b8f9db4781b6f21bc1 | |
parent | 5e5dbf980de763480f7957f64af78bbb2159d9a0 (diff) | |
download | libmicrohttpd-1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c.tar.gz libmicrohttpd-1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c.zip |
fix regression: uncork when HTTPS is used in conjunction with empty response body
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ | |||
1 | Sat 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 | |||
1 | Fri 25 Oct 2019 02:31:59 PM CEST | 5 | Fri 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 | ||