diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-12 22:09:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-18 19:46:21 +0200 |
commit | ebb37eac8ba8caca5282c41635e491f19fe7df48 (patch) | |
tree | 352ac94b66b221e5800b5021377173d7b0559ed4 /include | |
parent | 9d191a6a40c2e90153d4b60cbc78fa34837c07ee (diff) |
CURLE_BAD_CONTENT_ENCODING: now used for transfer encoding too
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 1a7ba7695..b44649588 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -467,7 +467,7 @@ typedef enum { CURLE_SSL_CERTPROBLEM, /* 58 - problem with the local certificate */ CURLE_SSL_CIPHER, /* 59 - couldn't use specified cipher */ CURLE_SSL_CACERT, /* 60 - problem with the CA cert (path?) */ - CURLE_BAD_CONTENT_ENCODING, /* 61 - Unrecognized transfer encoding */ + CURLE_BAD_CONTENT_ENCODING, /* 61 - Unrecognized/bad encoding */ CURLE_LDAP_INVALID_URL, /* 62 - Invalid LDAP URL */ CURLE_FILESIZE_EXCEEDED, /* 63 - Maximum file size exceeded */ CURLE_USE_SSL_FAILED, /* 64 - Requested FTP SSL level failed */ |