aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r--src/microhttpd/mhd_sockets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index d46f10a9..35fdf6b4 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -926,8 +926,8 @@ static const int _MHD_socket_int_one = 1;
926/** 926/**
927 * Indicate that SIGPIPE can be suppressed by MHD for normal send() by flags 927 * Indicate that SIGPIPE can be suppressed by MHD for normal send() by flags
928 * or socket options. 928 * or socket options.
929 * If this macro is undefined, MHD cannot suppress SIGPIPE for normal 929 * If this macro is undefined, MHD cannot suppress SIGPIPE for socket functions
930 * processing so sendfile() or writev() calls is not avoided. 930 * so sendfile() or writev() calls are avoided in application threads.
931 */ 931 */
932#define MHD_SEND_SPIPE_SUPPRESS_POSSIBLE 1 932#define MHD_SEND_SPIPE_SUPPRESS_POSSIBLE 1
933#endif /* MHD_WINSOCK_SOCKETS || MHD_socket_nosignal_ || MSG_NOSIGNAL */ 933#endif /* MHD_WINSOCK_SOCKETS || MHD_socket_nosignal_ || MSG_NOSIGNAL */