gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 113/154: _len -> _size


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 113/154: _len -> _size
Date: Mon, 19 Aug 2019 10:17: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 8ce24c2ae433fdf1ec125211d3622f3c27b56797
Author: ng0 <address@hidden>
AuthorDate: Mon Jul 29 20:01:01 2019 +0000

    _len -> _size
---
 src/microhttpd/mhd_send.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 64079b8d..d360f981 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -343,7 +343,7 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
   ret = writev (s, vector, iovcnt);
 #endif
 
-  if (ret == header_len + buffer_len)
+  if (ret == header_size + buffer_size)
     want_cork = false;
 
   post_cork_setsockopt (connection, want_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]