[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:11:40 CET

On Fri, Feb 15, 2002 at 11:46:40AM +0100, Sander Striker wrote:
>...
> * subversion/libsvn_ra_dav/fetch.c:
>
> Add a new include: ne_compress.h.
>
> (custom_get_request): Enable compression when NEON_ZLIB is defined.

Why the test for NEON_ZLIB ? I seem to recall glancing through the Neon code
and seeing that the compress stuff is just a simple passthrough when the
zlib stuff isn't around.

But if not, then Neon is broken :-) ... it should have a single, binary API
that we can dynamically use (or test) for the compression stuff. Otherwise,
you could build against one Neon, and use another that does (not) have the
zlib stuff.

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.