libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9cb16af3d35153d719913ce0a4f3958fc3d31ef8
parent 276f601ffc09718c6afbef3b9972336fed54a150
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 24 Oct 2021 14:43:35 +0300

connection.c: fixed copy-paste error in comment

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 \