Fixed a lingering omission of gzip support.

This commit is contained in:
Dan Fandrich 2005-12-08 18:59:19 +00:00
Родитель b1fece74e3
Коммит 1e5f6cc1dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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