Dan Fandrich corrected the error messages on "bad encoding".

This commit is contained in:
Daniel Stenberg 2003-04-22 22:33:39 +00:00
parent c95814c04d
commit a84b0fbd52
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}