aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-19 15:35:25 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-19 15:35:25 +0000
commit69cacd7e02d39553bc8b0c0fd4a74352aa010911 (patch)
treef32047610515836e06c964bd26fc294a0dc91b0a /ChangeLog
parent5209abc6767c484ac1d24a740149b4d41c2bbd08 (diff)
downloadlibmicrohttpd-69cacd7e02d39553bc8b0c0fd4a74352aa010911.tar.gz
libmicrohttpd-69cacd7e02d39553bc8b0c0fd4a74352aa010911.zip
-fix lack of adding listen FD to epoll set for external select before first call to MHD_run (see mailinglist)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ccd1b8c..b78039e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Thu Jun 19 17:32:32 CEST 2014
2 Ensure that listen FD is bound to epoll FD even before
3 MHD_run() is called if running with MHD_USE_EPOLL_LINUX_ONLY
4 in combination with 'external select' mode. Thanks to
5 Marcos Pindado Sebastian for reporting. -CG
6
1Sun Jun 8 15:10:44 CEST 2014 7Sun Jun 8 15:10:44 CEST 2014
2 Add 'MHD_set_response_options' as a way to set per-response 8 Add 'MHD_set_response_options' as a way to set per-response
3 flags. Add flag to force HTTP 1.0-only conservative 9 flags. Add flag to force HTTP 1.0-only conservative