[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 14/335: Minor correction for 52a5e465844add3dd968f2318ea
From: |
gnunet |
Subject: |
[libmicrohttpd] 14/335: Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7 |
Date: |
Sat, 27 Jul 2024 21:58:30 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit 233e1d90eec37d8d0f81145afb90542a42b387ca
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.
- [libmicrohttpd] 18/335: libcurl tests: fixed compiler warnings, (continued)
- [libmicrohttpd] 18/335: libcurl tests: fixed compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 27/335: Muted extra compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 23/335: Fixed compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 15/335: Minor corrections for bc827fcc09ac66b87a6ac052982beda393aeec60, gnunet, 2024/07/27
- [libmicrohttpd] 20/335: Updated .gitignore, gnunet, 2024/07/27
- [libmicrohttpd] 36/335: Fixed non-debug build without HTTPS, gnunet, 2024/07/27
- [libmicrohttpd] 25/335: Fuzz tests: muted undefined behaviour signal, gnunet, 2024/07/27
- [libmicrohttpd] 32/335: Fixed compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 19/335: Updated .gitingnore, gnunet, 2024/07/27
- [libmicrohttpd] 40/335: VS Project: exclude file not used on W32, gnunet, 2024/07/27
- [libmicrohttpd] 14/335: Minor correction for 52a5e465844add3dd968f2318eab5e6f91a5a1e7,
gnunet <=
- [libmicrohttpd] 33/335: Fixed tests with GnuTLS in non-default path, gnunet, 2024/07/27
- [libmicrohttpd] 28/335: test_str: reduced number of extra checked locales, gnunet, 2024/07/27
- [libmicrohttpd] 38/335: VS Projects: switched optimisation to "MaxSpeed", gnunet, 2024/07/27
- [libmicrohttpd] 12/335: digest_auth_example: updated and fixed, gnunet, 2024/07/27
- [libmicrohttpd] 30/335: Skipped some HTTPS tests with old broken GnuTLS, gnunet, 2024/07/27
- [libmicrohttpd] 16/335: configure: fixed some compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 34/335: Muted some compiler warnings, gnunet, 2024/07/27
- [libmicrohttpd] 39/335: Muted compiler warning, gnunet, 2024/07/27
- [libmicrohttpd] 31/335: Moved test_quiesce to heavy tests, gnunet, 2024/07/27
- [libmicrohttpd] 22/335: Fixed and/or muted compiler warnings, gnunet, 2024/07/27