mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:33:33 +03:00
Dan Fandrich corrected the error messages on "bad encoding".
This commit is contained in:
parent
c95814c04d
commit
a84b0fbd52
2 changed files with 2 additions and 2 deletions
|
|
@ -201,7 +201,7 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
|||
default:
|
||||
failf (conn->data,
|
||||
"Unrecognized content encoding type. "
|
||||
"libcurl understands `identity' and `deflate' "
|
||||
"libcurl understands `identity', `deflate' and `gzip' "
|
||||
"content encodings.");
|
||||
return CHUNKE_BAD_ENCODING;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue