Browse Source

Fixed a lingering omission of gzip support.

Dan Fandrich 18 years ago
parent
commit
1e5f6cc1dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/README.encoding

+ 1 - 1
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>