commit 5060c37b95ba4b66a251f5942bd4f45066ed3635
parent c13d2767e2ffe13bc59505f3d96d8c0de61d5768
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 21 May 2017 17:25:28 +0300
Removed leftover comment
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -1526,8 +1526,6 @@ MHD_connection_update_event_loop_info (struct MHD_Connection *connection)
on the connection (if a timeout is even
set!).
Solution: we kill the connection with an error */
- /* If connection is suspended, give application one
- * more chance to read data once connection is resumed. */
transmit_error_response (connection,
MHD_HTTP_INTERNAL_SERVER_ERROR,
INTERNAL_ERROR);