From ebb37eac8ba8caca5282c41635e491f19fe7df48 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Apr 2011 22:09:18 +0200 Subject: CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding too --- lib/strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/strerror.c b/lib/strerror.c index 8144f78f0..59f2df5f7 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -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"; -- cgit v1.2.3