[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Turn on deflate in the client

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-02-20 01:29:15 CET

On Sat, Feb 16, 2002 at 04:19:29PM +0100, Sander Striker wrote:
>...
> > On Fri, Feb 15, 2002 at 11:46:40AM +0100, Sander Striker wrote:
>...
> >> This patch will enable subversion to handle compressed responses
> >> from the server. As Joe pointed out, the util.c patch could be
> >> left out, since that gives compressed OPTIONS responses. I'm
> >> not completely familiar with how it all ties together, but are
> >> the reports fetched in fetch.c or in util.c? If the latter,
> >> I think it makes sense to leave the compression in.

The __parsed_request() function is used for both REPORT and OPTIONS method
requests. The OPTIONS reponses are going to be quite short, but the REPORT
responses can be arbitrarily-sized and quite large.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.