gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 53/154: reminder


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 53/154: reminder
Date: Mon, 19 Aug 2019 10:16:05 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 066f17f28a0a09bb1ea8e25872e42f31b13b50e7
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jul 22 18:36:36 2019 +0200

    reminder
---
 src/microhttpd/mhd_send.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index b77d6614..2f435956 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -364,6 +364,7 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
   vector[1].iov_base = buffer;
   vector[1].iov_len = strlen (buffer);
   iovcnt = sizeof (vector) / sizeof (struct iovec);
+  // FIXME: maybe use sendmsg() if available instead!
   ret = writev (connection->socket_fd, vector, iovcnt);
 
 #if TCP_CORK

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



reply via email to

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