libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Please update demo flags


From: silvioprog
Subject: [libmicrohttpd] Please update demo flags
Date: Sun, 29 Jan 2017 18:28:53 -0300

Hello masters,

I noticed some flags was renamed on new MHD versions, so it would be nice to upgrade all examples (including commented sources) to using that new flags, for example (it seems all in red was renamed):
#if 0
(void) MHD_add_response_header (response,
MHD_HTTP_HEADER_CONNECTION,
"close");
#endif
d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_SUPPRESS_DATE_NO_CLOCK
#ifdef EPOLL_SUPPORT
|
MHD_USE_EPOLL | MHD_USE_TURBO
#endif

Thank you!

--
Silvio Clécio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]