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 a4c58516..3f3a1cdc 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -884,7 +884,8 @@ MHD_send_hdr_and_body_ (struct MHD_Connection *connection,
884 884
885 if ( (header_size == (size_t) ret) && 885 if ( (header_size == (size_t) ret) &&
886 ((size_t) SSIZE_MAX > header_size) && 886 ((size_t) SSIZE_MAX > header_size) &&
887 (0 != body_size) ) 887 (0 != body_size) &&
888 (connection->sk_nonblck) )
888 { 889 {
889 ssize_t ret2; 890 ssize_t ret2;
890 /* The header has been sent completely. 891 /* The header has been sent completely.