[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-23 13:39:39 CEST

Chris Hecker <checker@d6.com> writes:

> So, is compression done on the subversion side, or on the neon/http
> side, and is it different for server->client vs. client->server?

I could be very wrong, but here's how I understand the big picture:

  * on the client, neon is either compiled with or without zlib
    support (-lz)

  * client makes an HTTP request to the server, and in the request
    headers indicates that it *is* able to understand deflated data.

  * if the server has the deflate output-filter installed, and the
    client can deal with it, the server compresses the HTTP response
    body.

  * if you're debugging the network trace, you need prevent this
    compression. the best way to do this is to tell neon to *stop*
    telling the server it can understand deflated data, by setting
    'http-compression = no' in your ~/.subversion/servers file.

I'm sure someone will correct me if I'm wrong here...

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