libmicrohttpd

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

commit 45b90c7cea2917b524076e9144cc7325e8eab7b9
parent 2ebe7a859cdfa1860067bca65bbd642a04687e95
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 13 Mar 2022 11:44:03 +0300

MHD_queue_response(): clarified log message

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 @@ -5222,7 +5222,7 @@ MHD_queue_response (struct MHD_Connection *connection, { #ifdef HAVE_MESSAGES MHD_DLOG (daemon, - _ ("Connection \"Upgrade\" can be used " \ + _ ("Connection \"Upgrade\" can be used only " \ "with HTTP/1.1 connections!\n")); #endif return MHD_NO;