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

Re: timeout mysteries SOLVED! (was Re: Large Repositories)

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-07-14 21:47:48 CEST

--On Monday, July 14, 2003 21:41:29 +0200 "Branko ?ibej" <brane@xbc.nu>
wrote:

> Aargh, talk about breakage...
>
> On a related note, is there any chance we could avoid mod_deflate
> completely if we're sending a svndiff? I think using mod_deflate is a
> mistake in the first place. If we want compression, we should just
> self-compress fulltexts with vdelts over ra_dav.

apr_table_set(r->subprocess_env, "no-gzip", 1);

If that's done before the response is written, mod_deflate will get out of
the way. You could also remove the DEFLATE output filter in
r->output_filters, but that'd require you to walk the filter list to find
it. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 14 21:48:38 2003

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.