aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index 8477a9d0..c198b3c1 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -31,12 +31,6 @@
31#include "response.h" 31#include "response.h"
32#include "reason_phrase.h" 32#include "reason_phrase.h"
33 33
34#ifndef LINUX
35#ifndef MSG_NOSIGNAL
36#define MSG_NOSIGNAL 0
37#endif
38#endif
39
40/** 34/**
41 * Message to transmit when http 1.1 request is received 35 * Message to transmit when http 1.1 request is received
42 */ 36 */
@@ -1634,7 +1628,6 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
1634 connection->state = MHD_CONNECTION_NORMAL_BODY_UNREADY; 1628 connection->state = MHD_CONNECTION_NORMAL_BODY_UNREADY;
1635 break; 1629 break;
1636 } 1630 }
1637 /* TODO clean - missing MSG_NOSIGNAL on gnutls record send call */
1638#if HTTPS_SUPPORT 1631#if HTTPS_SUPPORT
1639 if (connection->daemon->options & MHD_USE_SSL) 1632 if (connection->daemon->options & MHD_USE_SSL)
1640 { 1633 {