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

Re: Openssl/zlib support?

From: Jens Peters <jpeters7677_at_gmx.de>
Date: Sun, 06 Jul 2008 10:29:24 +0200

Stefan Küng wrote:
> Please report back what you find.

So, I made some research and these are my results, of course without
warranties.

mod_flate and zlib support in neon are responsible for compressing the
request/response body. Compression support in openssl/mod_ssl will
compress the whole request/response, thus header and body, thus being
more efficient. Prerequisite is the use of sslv3 between client and
server (and of course both need the compression support). If you combine
mod_deflate and mod_ssl compression you will indeed end up with the body
compressed twice.

As far as I know it seems that most openssl builds, including mod_ssl,
since 0.9.8 will link with zlib as default.
see:
http://www.mail-archive.com/openssl-users@openssl.org/msg49911.html
http://www.mail-archive.com/dev@httpd.apache.org/msg38060.html
(But I don't know about the subversion windows build)

So I'll link with zlib (static) on my next build for mod_ssl and the svn
client.

Regards,
jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-07-06 10:30:30 CEST

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

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