gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Removed double close of connectio


From: gnunet
Subject: [libmicrohttpd] branch master updated: Removed double close of connection with error
Date: Sun, 17 Oct 2021 12:07:15 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d7786168 Removed double close of connection with error
d7786168 is described below

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

    Removed double close of connection with error
---
 src/microhttpd/connection.c | 3 ---
 1 file changed, 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,
   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)

-- 
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]