aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-16 22:43:22 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-16 22:43:47 +0300
commit93331888248acede57cb3ea2511456b993e66972 (patch)
tree612633d8273c9f87055cb6b0cd9d196d4f297ff5
parent0a0533358b6d60df75fc670ffe2346dcb1d24e45 (diff)
downloadlibmicrohttpd-93331888248acede57cb3ea2511456b993e66972.tar.gz
libmicrohttpd-93331888248acede57cb3ea2511456b993e66972.zip
Updated ChangeLog
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b40fb1d..08814edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Thu Mar 16 22:31:54 MSK 2017
2 Unified update of last activity on connections.
3 Update last activity only if something is really transmitted.
4 Update last activity each time when something is transmitted.
5 Removed early duplicated check for timeout on HTTPS connections.
6 Removed update of last active time for connections without timeout.
7 Fixed reset of timeout timer on resumed connections.
8 Fixed thread-safety of MHD_set_connection_option(). -EG
9
1Thu Mar 16 21:05:08 MSK 2017 10Thu Mar 16 21:05:08 MSK 2017
2 Fixed minor bug resulted in slight slowdown of HTTPS connection 11 Fixed minor bug resulted in slight slowdown of HTTPS connection
3 handshake. -EG 12 handshake. -EG