Commit 1e5f6cc1 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed a lingering omission of gzip support.

parent b1fece74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>