commit 15a2570f7cc3702c81ca783b4ff394fcbfe462ec
parent b91d61b766e525c56675b46cd0ebb0f7229ec5a0
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 10 Mar 2017 18:26:16 +0100
fix comment syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -1303,7 +1303,7 @@ process_urh (struct MHD_UpgradeResponseHandle *urh)
if (0 == res)
{
/* Connection was shut down or got unrecoverable error.
- /* Do not try to pull data from application. */
+ Do not try to pull data from application. */
urh->out_buffer_size = 0;
urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY;
}