aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index ee43900d..425a18a4 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1125,7 +1125,7 @@ process_urh (struct MHD_UpgradeResponseHandle *urh)
1125 { 1125 {
1126 if (MHD_NO != urh->was_closed) 1126 if (MHD_NO != urh->was_closed)
1127 { 1127 {
1128 /* Connection was shuted down or all data received and 1128 /* Connection was shut down or all data received and
1129 * application will not forward any more data. */ 1129 * application will not forward any more data. */
1130 urh->out_buffer_size = 0; 1130 urh->out_buffer_size = 0;
1131 urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY; 1131 urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY;