fix comment syntax

This commit is contained in:
Christian Grothoff
2017-03-10 18:26:16 +01:00
parent b91d61b766
commit 15a2570f7c
+1 -1
View File
@@ -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;
}