diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 654e4192..da3fc1df 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -3300,9 +3300,6 @@ process_header_line (struct MHD_Connection *connection, if (NULL == colon) { /* error in header line, die hard */ - CONNECTION_CLOSE_ERROR (connection, - _ ( - "Received malformed line (no colon). Closing connection.")); return MHD_NO; } if (-1 >= connection->daemon->strict_for_client) |