aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-24 10:19:11 +0000
committerng0 <ng0@n0.is>2019-07-24 10:19:11 +0000
commit23b35cb84b8976ba52cad7c8d9ae2ed535d1d3c1 (patch)
treed80c036f8c39c2ae68e28b6122e6c6a368de4d48 /src/microhttpd
parent0c40dc481b3ed4149c9bb82118d5c923fb34dcde (diff)
downloadlibmicrohttpd-23b35cb84b8976ba52cad7c8d9ae2ed535d1d3c1.tar.gz
libmicrohttpd-23b35cb84b8976ba52cad7c8d9ae2ed535d1d3c1.zip
remove old function name.
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/connection.c3
1 files changed, 1 insertions, 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)
3472#if defined(_MHD_HAVE_SENDFILE) 3472#if defined(_MHD_HAVE_SENDFILE)
3473 if (MHD_resp_sender_sendfile == connection->resp_sender) 3473 if (MHD_resp_sender_sendfile == connection->resp_sender)
3474 { 3474 {
3475 // ret = sendfile_adapter (connection); 3475 ret = sendfile_adapter (connection);
3476 ret = MHD_sendfile_on_connection_ (connection);
3477 } 3476 }
3478 else 3477 else
3479#else /* ! _MHD_HAVE_SENDFILE */ 3478#else /* ! _MHD_HAVE_SENDFILE */