From 1e5f6cc1dcf02ee156e4cbea0e9de49d4b9e1760 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 8 Dec 2005 18:59:19 +0000 Subject: [PATCH] Fixed a lingering omission of gzip support. --- lib/README.encoding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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