From: Zbigniew Jędrzejewski-Szmek Date: Fri, 23 Jun 2023 16:28:08 +0000 (-0600) Subject: journal-remote: fix syntax in error message X-Git-Tag: v254-rc1~88^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f8ef0952a87fa27b25583532179cb03caa37df2;p=thirdparty%2Fsystemd.git journal-remote: fix syntax in error message Prompted by 2411e990a480affe30bd99a2a33ab6b94a3fe5dd. --- diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c index 10d5b708060..4f789a5f660 100644 --- a/src/journal-remote/journal-remote-main.c +++ b/src/journal-remote/journal-remote-main.c @@ -311,7 +311,7 @@ static mhd_result request_handler( if (chunked) return mhd_respond(connection, MHD_HTTP_BAD_REQUEST, - "Content-Length must not specified when Transfer-Encoding type is 'chunked'"); + "Content-Length not allowed when Transfer-Encoding type is 'chunked'"); r = safe_atozu(header, &len); if (r < 0)