libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d7786168efa7b2484a01bb30b6eec6339f6058cd
parent ec89305a37db6a39010b8311b8e7a8608621362d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 17 Oct 2021 13:06:22 +0300

Removed double close of connection with error

Diffstat:
Msrc/microhttpd/connection.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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)