libmicrohttpd

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

commit 9166f4760d4f5ccd18c3df5aabc9fa578584357b
parent e8e4d70c4ae517bd95c78d9481261b0110ce241f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue,  8 Jun 2021 10:00:01 +0300

connection.c: log message typo fixed

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 @@ -4243,7 +4243,7 @@ MHD_queue_response (struct MHD_Connection *connection, #ifdef HAVE_MESSAGES MHD_DLOG (daemon, _ ("Refused wrong status code (%u). " \ - "HTTP required three digits status code!\n"), + "HTTP requires three digits status code!\n"), (status_code & (~MHD_ICY_FLAG))); #endif return MHD_NO;