gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: postfix


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: postfix
Date: Thu, 01 Mar 2018 13:32:00 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 7f1dbb2a postfix
7f1dbb2a is described below

commit 7f1dbb2aef40573861d9d19add648d1a327386f2
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 1 13:31:58 2018 +0100

    postfix
---
 src/lib/connection_call_handlers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/connection_call_handlers.c 
b/src/lib/connection_call_handlers.c
index cb82197c..22704d1b 100644
--- a/src/lib/connection_call_handlers.c
+++ b/src/lib/connection_call_handlers.c
@@ -1803,7 +1803,7 @@ parse_initial_message_line (struct MHD_Request *request,
                          line_len - (uri - line));
         }
     }
-  if ( (1 <= daemon->strict_for_client) &&
+  if ( (MHD_PSL_STRICT == daemon->protocol_strict_level) &&
        (NULL != memchr (line,
                         ' ',
                         http_version - line)) )

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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