aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-12-08 18:59:19 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-12-08 18:59:19 +0000
commit1e5f6cc1dcf02ee156e4cbea0e9de49d4b9e1760 (patch)
tree3d68b16f047a78ecbaec77f7fffb59998fea4803
parentb1fece74e3bf8fb4226961ae2b168dac5c30f530 (diff)
Fixed a lingering omission of gzip support.
-rw-r--r--lib/README.encoding2
1 files changed, 1 insertions, 1 deletions
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 <jgallagher@gso.uri.edu>
Dan Fandrich <dan@coneharvesters.com>