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

Re: ra_dav compression question

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-06-23 23:11:36 CEST

--On Monday, June 23, 2003 1:44 PM -0700 Chris Hecker <checker@d6.com> wrote:

>
>> > The above is all about server -> client stuff. He also wanted to know
>> > about whether stuff from the client to the server (e.g. commits) is ever
>> > gzip compressed. I assume the answer is "No", but maybe someone knows
>> > for sure.
>
> Since I'm new here, I assume the "someone" who would know reads this list?

Neon could be modified to send compressed request bodies. But, that's more
difficult because there is no 'handshake' to ensure that the server can handle
compressed request bodies. With responses, the client sends the
'Accept-Encoding: gzip' in the request, so there is a 'handshake' to ensure
that both sides can support deflate. So, compressing request bodies isn't a
realistic expectation to support with HTTP.

Using ra_svn with ssh tunneling with compression enabled would do both ways as
it blindly does compression on all data.

> Who can answer these questions authoritatively?

Someone on this list. ;-) -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 23 23:12:45 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.