curl-library
Re: Problem with CONTENT-ENCODING
From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 15 Dec 2005 10:23:13 -0800
Date: Thu, 15 Dec 2005 10:23:13 -0800
On Wed, Dec 14, 2005 at 03:33:29PM +0100, Michael Wallner wrote:
> BTW, shouldn't curl send "gzip,deflate" instead of "deflate,gzip"?
The order doesn't matter. It might be an idea to send something like
"gzip,deflate;q=0.5" to indicate that we prefer gzip (to avoid the
interoperability problems of deflate), except that qvalues are not supported
by HTTP/1.0 servers and could cause the request to fail.
>>> Dan
Received on 2005-12-15