aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-27 22:12:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-27 22:12:13 +0200
commitbeb7fa828c59c31d4a5178b82121435f2069b181 (patch)
treef5279645b6805e9e33aa1b2edb34df1e2e5c26af /ChangeLog
parent1d9f940dca89a5ee95a3247e43440ebd16c903af (diff)
downloadlibmicrohttpd-beb7fa828c59c31d4a5178b82121435f2069b181.tar.gz
libmicrohttpd-beb7fa828c59c31d4a5178b82121435f2069b181.zip
fix transmission stall issue with upgraded TLS connections reported by Nguyen Xuan Viet on the mailinglist
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ad82c78..0f6fb3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Sun 27 Sep 2020 10:08:03 PM CEST
2 Fixed incorrect triggering of epoll edge polling for
3 "upgraded" TLS connections. Fixed a few cases where
4 gnutls_record_uncork() return value was still ignored,
5 possibly causing buffer to not be flushed correctly. -CG
6
1Sat 26 Sep 2020 08:18:02 PM CEST 7Sat 26 Sep 2020 08:18:02 PM CEST
2 Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with 8 Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with
3 MHD internal threads. -CG/DE 9 MHD internal threads. -CG/DE