gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 65/154: remove old function name.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 65/154: remove old function name.
Date: Mon, 19 Aug 2019 10:16:17 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 23b35cb84b8976ba52cad7c8d9ae2ed535d1d3c1
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 24 10:19:11 2019 +0000

    remove old function name.
---
 src/microhttpd/connection.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 3315ad22..6198e1ff 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3472,8 +3472,7 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
 #if defined(_MHD_HAVE_SENDFILE)
           if (MHD_resp_sender_sendfile == connection->resp_sender)
             {
-              // ret = sendfile_adapter (connection);
-              ret = MHD_sendfile_on_connection_ (connection);
+              ret = sendfile_adapter (connection);
             }
           else
 #else  /* ! _MHD_HAVE_SENDFILE */

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



reply via email to

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