1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

journal-remote: fix syntax in error message

Prompted by 2411e990a4.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-06-23 10:28:08 -06:00
parent 191b891bf1
commit 1f8ef0952a

View File

@ -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)