aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 0c9ee2e8..9f220263 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -700,7 +700,7 @@ MHD_TLS_init (struct MHD_Daemon *daemon)
700 * before calling this function. FD_SETSIZE is assumed 700 * before calling this function. FD_SETSIZE is assumed
701 * to be platform's default. 701 * to be platform's default.
702 * 702 *
703 * This function should only be called only when MHD is configured to 703 * This function should be called only when MHD is configured to
704 * use "external" sockets polling with 'select()' or with 'epoll'. 704 * use "external" sockets polling with 'select()' or with 'epoll'.
705 * In the latter case, it will only add the single 'epoll' file 705 * In the latter case, it will only add the single 'epoll' file
706 * descriptor used by MHD to the sets. 706 * descriptor used by MHD to the sets.
@@ -1107,7 +1107,7 @@ internal_get_fdset2 (struct MHD_Daemon *daemon,
1107 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of 1107 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of
1108 * larger/smaller than platform's default fd_sets. 1108 * larger/smaller than platform's default fd_sets.
1109 * 1109 *
1110 * This function should only be called only when MHD is configured to 1110 * This function should be called only when MHD is configured to
1111 * use "external" sockets polling with 'select()' or with 'epoll'. 1111 * use "external" sockets polling with 'select()' or with 'epoll'.
1112 * In the latter case, it will only add the single 'epoll' file 1112 * In the latter case, it will only add the single 'epoll' file
1113 * descriptor used by MHD to the sets. 1113 * descriptor used by MHD to the sets.