libmicrohttpd

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

commit f0b2df09127d9225f72839432a6276cf6c4cb4f0
parent d748e61fc075d4d99e2c27f68f32f24c9cedaf3b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jan 2016 12:36:47 +0000

-dox

Diffstat:
Msrc/include/microhttpd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -602,7 +602,7 @@ enum MHD_FLAG * Use `epoll()` instead of `select()` or `poll()` for the event loop. * This option is only available on Linux; using the option on * non-Linux systems will cause #MHD_start_daemon to fail. Using - * this option is not supported with MHD_USE_THREAD_PER_CONNECTION. + * this option is not supported with #MHD_USE_THREAD_PER_CONNECTION. */ MHD_USE_EPOLL_LINUX_ONLY = 512,