Fixed a lingering omission of gzip support.

This commit is contained in:
Dan Fandrich 2005-12-08 18:59:19 +00:00
parent b1fece74e3
commit 1e5f6cc1dc
1 changed files with 1 additions and 1 deletions

View File

@ -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>