mirror of
https://github.com/curl/curl.git
synced 2026-08-01 00:08:09 +03:00
fixup error message
This commit is contained in:
parent
633dd4d001
commit
70140f41f3
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ static CURLcode credentials_and_headers_setopts(struct OperationConfig *config,
|
|||
|
||||
result = my_setopt_slist(curl, CURLOPT_HTTPHEADER, config->headers);
|
||||
if(result) {
|
||||
errorf("Illegal content in --header data");
|
||||
errorf("Illegal CRL/LF in --header data");
|
||||
config->synthetic_error = TRUE;
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue