Re: Content-Encoding: gzip

2009-01-31 Thread Louis Gerbarg
On Sat, Jan 31, 2009 at 1:52 AM, Chris Anderson wrote: > On Fri, Jan 30, 2009 at 10:02 PM, Louis Gerbarg wrote: >> I am using CouchDB as backend for some iPhone applications, and one of >> the issues I have is that that the responses are verbose, which is an >> issue over cellular. I decided to t

Re: Content-Encoding: gzip

2009-01-30 Thread Chris Anderson
On Fri, Jan 30, 2009 at 10:02 PM, Louis Gerbarg wrote: > I am using CouchDB as backend for some iPhone applications, and one of > the issues I have is that that the responses are verbose, which is an > issue over cellular. I decided to take a crack at gzip support, and I > have something working.