aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-10 18:26:16 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-10 18:26:16 +0100
commit15a2570f7cc3702c81ca783b4ff394fcbfe462ec (patch)
treecaa39cdfed969df1ffe456b7c1c86379ce1c7702 /src/microhttpd/daemon.c
parentb91d61b766e525c56675b46cd0ebb0f7229ec5a0 (diff)
downloadlibmicrohttpd-15a2570f7cc3702c81ca783b4ff394fcbfe462ec.tar.gz
libmicrohttpd-15a2570f7cc3702c81ca783b4ff394fcbfe462ec.zip
fix comment syntax
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 2761bc28..bc10c795 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1303,7 +1303,7 @@ process_urh (struct MHD_UpgradeResponseHandle *urh)
1303 if (0 == res) 1303 if (0 == res)
1304 { 1304 {
1305 /* Connection was shut down or got unrecoverable error. 1305 /* Connection was shut down or got unrecoverable error.
1306 /* Do not try to pull data from application. */ 1306 Do not try to pull data from application. */
1307 urh->out_buffer_size = 0; 1307 urh->out_buffer_size = 0;
1308 urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY; 1308 urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY;
1309 } 1309 }