gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/02: A missing part for 3a02f18ca6a66997614cebf1231c86


From: gnunet
Subject: [libmicrohttpd] 01/02: A missing part for 3a02f18ca6a66997614cebf1231c86ad33148ad2
Date: Sun, 17 Oct 2021 14:14:29 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit e33dd19d70dbdb4156f6417b05f76495b2787245
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 17 15:12:46 2021 +0300

    A missing part for 3a02f18ca6a66997614cebf1231c86ad33148ad2
---
 src/microhttpd/connection.c | 5 -----
 1 file changed, 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)
                                        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"));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]