gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: unsure why this was left as a TOD


From: gnunet
Subject: [libmicrohttpd] branch master updated: unsure why this was left as a TODO, fix seems trivial (EG: please check)
Date: Tue, 07 Jun 2022 17:41:57 +0200

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 711099c7 unsure why this was left as a TODO, fix seems trivial (EG: 
please check)
711099c7 is described below

commit 711099c7ea1d0aaa9547e5c476f3f659d9c8af16
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 7 17:41:54 2022 +0200

    unsure why this was left as a TODO, fix seems trivial (EG: please check)
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index be291e75..32911327 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3116,7 +3116,7 @@ parse_cookie_header (struct MHD_Connection *connection)
           hdr_len);
   cpy[hdr_len] = '\0';
 
-  strict_parsing = false; /* TODO: make it configurable */
+  strict_parsing = (1 == connection->daemon->strict_for_client);
   i = 0;
   /* Skip all initial whitespaces */
   while (i < hdr_len && (' ' == cpy[i] || '\t' == cpy[i]))

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