libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 23b35cb84b8976ba52cad7c8d9ae2ed535d1d3c1
parent 0c40dc481b3ed4149c9bb82118d5c923fb34dcde
Author: ng0 <ng0@n0.is>
Date:   Wed, 24 Jul 2019 10:19:11 +0000

remove old function name.

Diffstat:
Msrc/microhttpd/connection.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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 */