gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Code and comments minor fixes


From: gnunet
Subject: [libmicrohttpd] branch master updated: Code and comments minor fixes
Date: Sun, 30 May 2021 21:27:19 +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 f33328ef Code and comments minor fixes
f33328ef is described below

commit f33328efaba8992b3095a68711d2f528dac126fb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun May 30 22:24:08 2021 +0300

    Code and comments minor fixes
---
 src/microhttpd/connection.c | 2 +-
 src/microhttpd/internal.h   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 4bbe2683..938031c4 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2155,7 +2155,7 @@ parse_cookie_header (struct MHD_Connection *connection)
  */
 static enum MHD_Result
 parse_http_version (struct MHD_Connection *connection,
-                    const char*http_string,
+                    const char *http_string,
                     size_t len)
 {
   const char *const h = http_string; /**< short alias */
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index e684aa88..aa4986a2 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -766,7 +766,6 @@ enum MHD_HTTP_version
 
   /**
    * HTTP future version. Unsupported.
-   * Reserved, not really detected.
    */
   MHD_HTTP_VER_FUTURE = 100
 };

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