aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11cc8221..fa4e0f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Wed Mar 15 23:29:59 MSK 2017
2 Prevented socket read/write if connection is suspended.
3 Added missing resets of 'connection->in_idle'.
4 Reworked handling of suspended connection: ensure that
5 connection is not disconnected by timeout, always
6 updated read/write states right after suspending. -EG
7
1Wed Mar 15 21:02:26 MSK 2017 8Wed Mar 15 21:02:26 MSK 2017
2 Added new enum value MHD_CONNECTION_INFO_CONNECTION_TIMEOUT 9 Added new enum value MHD_CONNECTION_INFO_CONNECTION_TIMEOUT
3 to get connection timeout by MHD_get_connection_info(). -EG 10 to get connection timeout by MHD_get_connection_info(). -EG