aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7406a63..961a1585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Thu Mar 16 23:45:29 MSK 2017
2 Allow again to run MHD in external epoll mode by
3 MHD_run_from_select() - this allow unification of user code
4 and produce no harm for performance. Especially useful with
5 MHD_USE_AUTO flag. -EG
6
1Thu Mar 16 23:12:07 MSK 2017 7Thu Mar 16 23:12:07 MSK 2017
2 Idle connection should be disconnected *after* "timeout" number of 8 Idle connection should be disconnected *after* "timeout" number of
3 second, not *before* this number. -EG/VT 9 second, not *before* this number. -EG/VT