From: Dan Fandrich Date: Thu, 8 Dec 2005 18:59:19 +0000 (+0000) Subject: Fixed a lingering omission of gzip support. X-Git-Tag: curl-7_15_2~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5f6cc1dcf02ee156e4cbea0e9de49d4b9e1760;p=thirdparty%2Fcurl.git Fixed a lingering omission of gzip support. --- diff --git a/lib/README.encoding b/lib/README.encoding index d81cf50fe5..1666e239e3 100644 --- a/lib/README.encoding +++ b/lib/README.encoding @@ -54,7 +54,7 @@ and the Content-Encoding type is not checked. * The curl interface: Use the --compressed option with curl to cause it to ask servers to compress -responses using deflate. +responses using any format supported by curl. James Gallagher Dan Fandrich