From a84b0fbd527ee9ca79661ba1a4d2768fd356334f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Apr 2003 22:33:39 +0000 Subject: Dan Fandrich corrected the error messages on "bad encoding". --- lib/http_chunks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_chunks.c') diff --git a/lib/http_chunks.c b/lib/http_chunks.c index ca9b55366..90f891f31 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -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; } -- cgit v1.2.3