commit e33dd19d70dbdb4156f6417b05f76495b2787245 parent 3a02f18ca6a66997614cebf1231c86ad33148ad2 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Sun, 17 Oct 2021 15:12:46 +0300 A missing part for 3a02f18ca6a66997614cebf1231c86ad33148ad2 Diffstat:
| M | src/microhttpd/connection.c | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -3460,11 +3460,6 @@ parse_connection_headers (struct MHD_Connection *connection) NULL, NULL)) ) { - enum MHD_Result iret; - - /* die, http 1.1 request without host and we are pedantic */ - connection->stop_with_error = true; - connection->state = MHD_CONNECTION_FULL_REQ_RECEIVED; #ifdef HAVE_MESSAGES MHD_DLOG (connection->daemon, _ ("Received HTTP/1.1 request without `Host' header.\n"));