From 1fe2d0d352ea3301acbce6b8fb4a67eaefc9eb9c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Oct 2019 18:53:58 +0200 Subject: [PATCH] fix regression: uncork when HTTPS is used in conjunction with empty response body --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8fa9b832..a05a9228 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat 26 Oct 2019 06:53:05 PM CEST + Fix regression where MHD would fail to return an empty response + when used with HTTPS. -CG/TR + Fri 25 Oct 2019 02:31:59 PM CEST Introduce MHD_RF_INSANITY_HEADER_CONTENT_LENGTH. -CG