aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/test_client_put_stop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c
index e2689ec3..d2629031 100644
--- a/src/microhttpd/test_client_put_stop.c
+++ b/src/microhttpd/test_client_put_stop.c
@@ -710,6 +710,8 @@ _MHD_dumbClient_send_req (struct _MHD_dumbClient *clnt)
710 return; 710 return;
711 if (MHD_SCKT_ERR_IS_REMOTE_DISCNN_ (err)) 711 if (MHD_SCKT_ERR_IS_REMOTE_DISCNN_ (err))
712 mhdErrorExitDesc ("The connection was aborted by MHD"); 712 mhdErrorExitDesc ("The connection was aborted by MHD");
713 if (MHD_SCKT_ERR_IS_ (err, MHD_SCKT_EPIPE_))
714 mhdErrorExitDesc ("The connection was shut down on MHD side");
713 externalErrorExitDesc ("Unexpected network error"); 715 externalErrorExitDesc ("Unexpected network error");
714 } 716 }
715 clnt->send_off += (size_t) res; 717 clnt->send_off += (size_t) res;