mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding too
This commit is contained in:
parent
9d191a6a40
commit
ebb37eac8b
2 changed files with 2 additions and 2 deletions
|
|
@ -211,7 +211,7 @@ curl_easy_strerror(CURLcode error)
|
|||
return "Problem with the SSL CA cert (path? access rights?)";
|
||||
|
||||
case CURLE_BAD_CONTENT_ENCODING:
|
||||
return "Unrecognized HTTP Content-Encoding";
|
||||
return "Unrecognized or bad HTTP Content or Transfer-Encoding";
|
||||
|
||||
case CURLE_LDAP_INVALID_URL:
|
||||
return "Invalid LDAP URL";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue