[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 06/06: connection.c: fixed copy-paste error in comment
From: |
gnunet |
Subject: |
[libmicrohttpd] 06/06: connection.c: fixed copy-paste error in comment |
Date: |
Sun, 24 Oct 2021 13:45:09 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 9cb16af3d35153d719913ce0a4f3958fc3d31ef8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 24 14:43:35 2021 +0300
connection.c: fixed copy-paste error in comment
---
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 d524954a..9f550221 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -150,7 +150,7 @@
#endif
/**
- * Response text used when the request HTTP version is too old.
+ * Response text used when the request HTTP version is not supported.
*/
#ifdef HAVE_MESSAGES
#define REQ_HTTP_VER_IS_NOT_SUPPORTED \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] branch master updated (07829e85 -> 9cb16af3), gnunet, 2021/10/24
- [libmicrohttpd] 05/06: Fixed: include "MHD_config.h" before other headers to set correct macros, gnunet, 2021/10/24
- [libmicrohttpd] 02/06: configure: fixed harmless typo in cache variable name, gnunet, 2021/10/24
- [libmicrohttpd] 06/06: connection.c: fixed copy-paste error in comment,
gnunet <=
- [libmicrohttpd] 01/06: configure: improved reporting on Solaris, gnunet, 2021/10/24
- [libmicrohttpd] 03/06: Added check at configure time for PAGESIZE and PAGE_SIZE macros, gnunet, 2021/10/24
- [libmicrohttpd] 04/06: websocket_threaded_example: fixed compiler warning on x32 platforms, gnunet, 2021/10/24