gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Minor correction for 52a5e465844a


From: gnunet
Subject: [libmicrohttpd] branch master updated: Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7
Date: Sun, 28 Jan 2024 23:37:35 +0100

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 5f778121 Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7
5f778121 is described below

commit 5f77812125b4688bfd721f9a89db610bcaa98049
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jan 28 23:36:40 2024 +0100

    Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7
---
 doc/examples/responseheaders.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c
index cddcaa66..fd8807d8 100644
--- a/doc/examples/responseheaders.c
+++ b/doc/examples/responseheaders.c
@@ -72,7 +72,7 @@ answer_to_connection (void *cls, struct MHD_Connection 
*connection,
                                MIMETYPE))
   {
     fprintf (stderr,
-             "Failed to set content encoding type!\n");
+             "Failed to set content type header!\n");
     /* return response without content encoding anyway ... */
   }
   ret = MHD_queue_response (connection,

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