aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-13 22:51:05 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-13 22:51:05 +0100
commit1619b9f051ac4694d563803ec25dad724f417ab4 (patch)
tree4f295d970789a1c1b4f8393a4d60f3b3966fc546 /ChangeLog
parent8a9b198d4ab3a6f47569b139343f4b52a2c9494e (diff)
downloadlibmicrohttpd-1619b9f051ac4694d563803ec25dad724f417ab4.tar.gz
libmicrohttpd-1619b9f051ac4694d563803ec25dad724f417ab4.zip
reset timeout on response being queued, needed in thread-per-connection mode if the working thread takes very long
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c250ef2e..7a895911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Thu Dec 13 22:48:14 CET 2018
2 Fix connection timeout logic if in thread-per-connection mode the
3 working thread takes longer than the timeout to queue the response. -CG
4
1Tue Dec 11 09:58:32 CET 2018 5Tue Dec 11 09:58:32 CET 2018
2 Add logic to avoid VLA arrays with compilers that do not support them. -CG 6 Add logic to avoid VLA arrays with compilers that do not support them. -CG
3 7