gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7710 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r7710 - libmicrohttpd/src/daemon
Date: Wed, 17 Sep 2008 08:11:20 -0600 (MDT)

Author: grothoff
Date: 2008-09-17 08:11:20 -0600 (Wed, 17 Sep 2008)
New Revision: 7710

Modified:
   libmicrohttpd/src/daemon/connection.c
   libmicrohttpd/src/daemon/daemon.c
Log:
fixing 1425

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2008-09-14 14:50:10 UTC (rev 
7709)
+++ libmicrohttpd/src/daemon/connection.c       2008-09-17 14:11:20 UTC (rev 
7710)
@@ -31,12 +31,6 @@
 #include "response.h"
 #include "reason_phrase.h"
 
-#ifndef LINUX
-#ifndef MSG_NOSIGNAL
-#define MSG_NOSIGNAL 0
-#endif
-#endif
-
 /**
  * Message to transmit when http 1.1 request is received
  */
@@ -1634,7 +1628,6 @@
               connection->state = MHD_CONNECTION_NORMAL_BODY_UNREADY;
               break;
             }
-          /* TODO clean - missing MSG_NOSIGNAL on gnutls record send call */
 #if HTTPS_SUPPORT
           if (connection->daemon->options & MHD_USE_SSL)
             {

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2008-09-14 14:50:10 UTC (rev 7709)
+++ libmicrohttpd/src/daemon/daemon.c   2008-09-17 14:11:20 UTC (rev 7710)
@@ -59,6 +59,12 @@
  */
 #define DEBUG_CONNECT MHD_NO
 
+#ifndef LINUX
+#ifndef MSG_NOSIGNAL
+#define MSG_NOSIGNAL 0
+#endif
+#endif
+
 #if HTTPS_SUPPORT
 /**
  * Note: code duplication with code in gnutls_priority.c 





reply via email to

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