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, | |||
3300 | if (NULL == colon) | 3300 | if (NULL == colon) |
3301 | { | 3301 | { |
3302 | /* error in header line, die hard */ | 3302 | /* error in header line, die hard */ |
3303 | CONNECTION_CLOSE_ERROR (connection, | ||
3304 | _ ( | ||
3305 | "Received malformed line (no colon). Closing connection.")); | ||
3306 | return MHD_NO; | 3303 | return MHD_NO; |
3307 | } | 3304 | } |
3308 | if (-1 >= connection->daemon->strict_for_client) | 3305 | if (-1 >= connection->daemon->strict_for_client) |