aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-16 23:52:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-16 23:52:35 +0300
commita10c64c79337431924830db9e82f6c1c70994942 (patch)
treeebd660c38f931a48216c12bd8c05b8963cfcd328 /ChangeLog
parent88fee01b55e7b49026fbbdcbb4d890e90cd3b743 (diff)
downloadlibmicrohttpd-a10c64c79337431924830db9e82f6c1c70994942.tar.gz
libmicrohttpd-a10c64c79337431924830db9e82f6c1c70994942.zip
Revert "MHD_run_from_select(): removed ability to run epoll"
This partially reverts commit 875e27c51b57bd8bfa7109c61c92d7b4678b204f.
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