gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 111/154: synt


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 111/154: synt
Date: Mon, 19 Aug 2019 10:17:03 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 02a9ae28d64498266869b49b042905946df7ce66
Author: ng0 <address@hidden>
AuthorDate: Mon Jul 29 18:29:20 2019 +0000

    synt
---
 src/microhttpd/mhd_send.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 2ea4dfa3..64079b8d 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -244,7 +244,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
     }
   }
   else
-#endif
+#endif /* HTTPS_SUPPORT  */
   {
     /* plaintext transmission */
     pre_cork_setsockopt (connection, want_cork);
@@ -254,7 +254,10 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
                 buffer_size,
                 MAYBE_MSG_NOSIGNAL | (want_cork ? MSG_MORE : 0));
 #else
-    ret = send (connection->socket_fd, buffer, buffer_size, 
MAYBE_MSG_NOSIGNAL);
+    ret = send (connection->socket_fd,
+                buffer,
+                buffer_size,
+                MAYBE_MSG_NOSIGNAL);
 #endif
 
     if (0 > ret)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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