mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
parent
191b891bf1
commit
1f8ef0952a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user