mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
corrected a comment about gzip not being supported
This commit is contained in:
parent
d166e85e0a
commit
19a4314e7f
@ -647,12 +647,12 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||||||
else if (checkprefix("Content-Encoding:", k->p) &&
|
else if (checkprefix("Content-Encoding:", k->p) &&
|
||||||
data->set.encoding) {
|
data->set.encoding) {
|
||||||
/*
|
/*
|
||||||
* Process Content-Encoding. Look for the values: identity, gzip,
|
* Process Content-Encoding. Look for the values: identity,
|
||||||
* deflate, compress, x-gzip and x-compress. x-gzip and
|
* gzip, deflate, compress, x-gzip and x-compress. x-gzip and
|
||||||
* x-compress are the same as gzip and compress. (Sec 3.5 RFC
|
* x-compress are the same as gzip and compress. (Sec 3.5 RFC
|
||||||
* 2616). zlib cannot handle compress, and gzip is not currently
|
* 2616). zlib cannot handle compress. However, errors are
|
||||||
* implemented. However, errors are handled further down when the
|
* handled further down when the response body is processed
|
||||||
* response body is processed 08/27/02 jhrg */
|
*/
|
||||||
char *start;
|
char *start;
|
||||||
|
|
||||||
/* Find the first non-space letter */
|
/* Find the first non-space letter */
|
||||||
|
Loading…
Reference in New Issue
Block a user