gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/05: connection.c: cosmetics


From: gnunet
Subject: [libmicrohttpd] 02/05: connection.c: cosmetics
Date: Thu, 22 Dec 2022 18:18:32 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 42be9415cbcdb23463a86fbee612b3809bf7ed0c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Dec 21 18:50:22 2022 +0300

    connection.c: cosmetics
---
 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 e6c93f25..5e5c2f13 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3152,7 +3152,7 @@ parse_http_version (struct MHD_Connection *connection,
   /* String must start with 'HTTP/d.d', case-sensetive match.
    * See https://www.rfc-editor.org/rfc/rfc9112#name-http-version */
   if ((HTTP_VER_LEN != len) ||
-      ('H' != h[0] ) || ('T' != h[1]) || ('T' != h[2]) || ('P' != h[3]) ||
+      ('H' != h[0]) || ('T' != h[1]) || ('T' != h[2]) || ('P' != h[3]) ||
       ('/' != h[4])
       || ('.' != h[6]) ||
       (('0' > h[5]) || ('9' < h[5])) ||

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