libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 45dabc9d2503645cbf7a4154ff1f428adfb2b8f4
parent 959d55ec5eea5b5d68fed524d1b48184c4763620
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon,  7 Nov 2016 17:39:27 +0300

Removed outdated note from description comment.

Diffstat:
Msrc/include/microhttpd.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -672,8 +672,6 @@ enum MHD_FLAG * Enable `epoll()` turbo. Disables certain calls to `shutdown()` * and enables aggressive non-blocking optimisitc reads. * Most effects only happen with #MHD_USE_EPOLL. - * Enalbed always on W32 as winsock does not properly behave - * with `shutdown()` and this then fixes potential problems. */ MHD_USE_EPOLL_TURBO = 4096, @@ -688,7 +686,6 @@ enum MHD_FLAG _MHD_DEPR_IN_MACRO("Value MHD_USE_SUSPEND_RESUME is deprecated, use MHD_ALLOW_SUSPEND_RESUME instead") \ MHD_ALLOW_SUSPEND_RESUME - /** * Enable TCP_FASTOPEN option. This option is only available on Linux with a * kernel >= 3.6. On other systems, using this option cases #MHD_start_daemon