gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37919 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37919 - libmicrohttpd/src/microhttpd
Date: Wed, 14 Sep 2016 19:37:32 +0200

Author: Karlson2k
Date: 2016-09-14 19:37:32 +0200 (Wed, 14 Sep 2016)
New Revision: 37919

Modified:
   libmicrohttpd/src/microhttpd/response.c
Log:
MHD_response_execute_upgrade_(): corrected loopback functions and error 
reporting.

Modified: libmicrohttpd/src/microhttpd/response.c
===================================================================
--- libmicrohttpd/src/microhttpd/response.c     2016-09-14 10:55:11 UTC (rev 
37918)
+++ libmicrohttpd/src/microhttpd/response.c     2016-09-14 17:37:32 UTC (rev 
37919)
@@ -721,13 +721,13 @@
       free (urh);
       return MHD_NO;
     }
-    if ( (! MHD_itc_nonblocking_(sv[0])) ||
-         (! MHD_itc_nonblocking_(sv[1])) )
+    if ( (! MHD_socket_nonblocking_(sv[0])) ||
+         (! MHD_socket_nonblocking_(sv[1])) )
       {
 #ifdef HAVE_MESSAGES
         MHD_DLOG (daemon,
-                 _("Failed to make read side of inter-thread control channel 
non-blocking: %s\n"),
-                 MHD_pipe_last_strerror_ ());
+                 _("Failed to make loopback sockets non-blocking: %s\n"),
+                 MHD_socket_last_strerr_ ());
 #endif
       }
     if ( (! MHD_SCKT_FD_FITS_FDSET_(sv[1], NULL)) &&




reply via email to

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