1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

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

View File

@ -54,7 +54,7 @@ and the Content-Encoding type is not checked.
* The curl interface: * The curl interface:
Use the --compressed option with curl to cause it to ask servers to compress 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> James Gallagher <jgallagher@gso.uri.edu>
Dan Fandrich <dan@coneharvesters.com> Dan Fandrich <dan@coneharvesters.com>