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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e5f6cc1dcf02ee156e4cbea0e9de49d4b9e1760;p=curl Fixed a lingering omission of gzip support. --- diff --git a/lib/README.encoding b/lib/README.encoding index d81cf50fe..1666e239e 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