aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index f973c93e..dee41218 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3460,11 +3460,6 @@ parse_connection_headers (struct MHD_Connection *connection)
3460 NULL, 3460 NULL,
3461 NULL)) ) 3461 NULL)) )
3462 { 3462 {
3463 enum MHD_Result iret;
3464
3465 /* die, http 1.1 request without host and we are pedantic */
3466 connection->stop_with_error = true;
3467 connection->state = MHD_CONNECTION_FULL_REQ_RECEIVED;
3468#ifdef HAVE_MESSAGES 3463#ifdef HAVE_MESSAGES
3469 MHD_DLOG (connection->daemon, 3464 MHD_DLOG (connection->daemon,
3470 _ ("Received HTTP/1.1 request without `Host' header.\n")); 3465 _ ("Received HTTP/1.1 request without `Host' header.\n"));