This commit is contained in:
Daniel Stenberg 2026-07-27 10:53:31 +02:00
parent a1fb6062bd
commit 365d1408ad
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -950,7 +950,7 @@ static CURLcode credentials_and_headers_setopts(struct OperationConfig *config,
result = my_setopt_slist(curl, CURLOPT_HTTPHEADER, config->headers);
if(result == CURLE_BAD_FUNCTION_ARGUMENT) {
errorf("Illegal CRL/LF in --header data");
errorf("Illegal CR/LF in --header data");
config->synthetic_error = TRUE;
return result;
}