aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-29 20:03:41 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-29 20:03:41 +0200
commitbafd078984be5f846287107824eca99e6c6c42cc (patch)
tree5fb769de723645f08651a4161dfff261f28effe8 /ChangeLog
parent9c15b24f596dfd7374d8909a254ec2df76366300 (diff)
downloadlibmicrohttpd-bafd078984be5f846287107824eca99e6c6c42cc.tar.gz
libmicrohttpd-bafd078984be5f846287107824eca99e6c6c42cc.zip
fix hang reported by Viet on 24.6.2019 on the mailinglist: do not just consider nested epoll, but also already ready connections
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c45326df..b4c065c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Mon 29 Jul 2019 08:01:50 PM CEST
2 Fix hanging situation with large transmission over upgraded
3 (i.e. Web socket) connection with epoll() and HTTPS enabled
4 (as reported by Viet on the mailinglist). -CG
5
1Thu 25 Jul 2019 02:40:12 PM CEST 6Thu 25 Jul 2019 02:40:12 PM CEST
2 Fixing regression introduced in cc5032b85 (bit mask matching 7 Fixing regression introduced in cc5032b85 (bit mask matching
3 of the header kinds in MHD_lookup_connection_value()), as 8 of the header kinds in MHD_lookup_connection_value()), as