]> granicus.if.org Git - curl/commitdiff
corrected a comment about gzip not being supported
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 May 2003 17:49:47 +0000 (17:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 May 2003 17:49:47 +0000 (17:49 +0000)
lib/transfer.c

index 2cfbfae3bc5c96c69d9377ce11c3ea99c47a46c6..2ab0447bb88b622f597f643fad2df7df55605ff4 100644 (file)
@@ -647,12 +647,12 @@ CURLcode Curl_readwrite(struct connectdata *conn,
             else if (checkprefix("Content-Encoding:", k->p) &&
                      data->set.encoding) {
               /*
-               * Process Content-Encoding. Look for the values: identity, gzip,
-               * deflate, compress, x-gzip and x-compress. x-gzip and
+               * Process Content-Encoding. Look for the values: identity,
+               * gzip, deflate, compress, x-gzip and x-compress. x-gzip and
                * x-compress are the same as gzip and compress. (Sec 3.5 RFC
-               * 2616). zlib cannot handle compress, and gzip is not currently
-               * implemented. However, errors are handled further down when the
-               * response body is processed 08/27/02 jhrg */
+               * 2616). zlib cannot handle compress.  However, errors are
+               * handled further down when the response body is processed
+               */
               char *start;
 
               /* Find the first non-space letter */