aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r--src/microhttpd/mhd_send.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 339dad2b..335aa13a 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -584,7 +584,8 @@ MHD_send_sendfile_ (struct MHD_Connection *connection)
584 supported for FD or other 'unusual' errors occurred, so we should try 584 supported for FD or other 'unusual' errors occurred, so we should try
585 to fall back to 'SEND'; see also this thread for info on 585 to fall back to 'SEND'; see also this thread for info on
586 odd libc/Linux behavior with sendfile: 586 odd libc/Linux behavior with sendfile:
587 http://lists.gnu.org/archive/html/libmicrohttpd/2011-02/msg00015.html */connection->resp_sender = MHD_resp_sender_std; 587 http://lists.gnu.org/archive/html/libmicrohttpd/2011-02/msg00015.html */
588 connection->resp_sender = MHD_resp_sender_std;
588 return MHD_ERR_AGAIN_; 589 return MHD_ERR_AGAIN_;
589#else /* HAVE_SOLARIS_SENDFILE */ 590#else /* HAVE_SOLARIS_SENDFILE */
590 if ( (EAFNOSUPPORT == err) || 591 if ( (EAFNOSUPPORT == err) ||