Loading lib/http_chunks.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading lib/transfer.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib/http_chunks.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading
lib/transfer.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading