aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 21b23b561..cd9930c0f 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -915,7 +915,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
case COMPRESS: /* FIXME 08/27/02 jhrg */
default:
failf (data, "Unrecognized content encoding type. "
- "libcurl understands `identity' and `deflate' "
+ "libcurl understands `identity', `deflate' and `gzip' "
"content encodings.");
result = CURLE_BAD_CONTENT_ENCODING;
break;