gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: -fix typo


From: gnunet
Subject: [libmicrohttpd] branch master updated: -fix typo
Date: Sat, 21 Aug 2021 14:14:40 +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 067628c6 -fix typo
067628c6 is described below

commit 067628c6f7aa308dbe88ea54ec161e4eedfdb6c5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 20 21:28:59 2021 +0200

    -fix typo
---
 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 7db660cb..a01ca32e 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1873,7 +1873,7 @@ build_header_response (struct MHD_Connection *connection)
   {
     use_conn_close = false;
     /* As "Keep-Alive" is default for HTTP/1.1, add "Connection: keep-alive"
-     * header only if explicitly requested by app (by using reponse flag),
+     * header only if explicitly requested by app (by using response flag),
      * if request is HTTP/1.0 or if reply is HTTP/1.0. */
     if ((0 != (r->flags & MHD_RF_SEND_KEEP_ALIVE_HEADER)) ||
         (MHD_HTTP_VER_1_0 == c->http_ver) ||

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