MHD_queue_response(): clarified log message

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-03-13 11:44:03 +03:00
parent 2ebe7a859c
commit 45b90c7cea
+1 -1
View File
@@ -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;