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

Re: bug? "Delta source ended unexpectedly"

From: Martin Pool <mbp_at_samba.org>
Date: 2002-12-18 08:33:45 CET

On 18 Dec 2002, Michael Wood <mwood@its.uct.ac.za> wrote:
 
> I got the same thing this morning. I also got a packet capture and
> found this in the request:
>
> REPORT http://svn.collab.net/repos/svn/trunk HTTP/1.1
> Host: svn.collab.net
> User-Agent: neon/0.23.3 SVN/0.14.2 (dev build)
> Connection: TE
> TE: trailers
> Content-Length: 20994
> Content-Type: text/xml
> Accept-Encoding: gzip
> Accept-Encoding: gzip
>
> [...]
>
> Note the double "Accept-Encoding: gzip"
>
> The response is gzipped twice!

Yes, I have that header too. I agree it is redundant, which is
perhaps a slight neon bug.

However I don't think server would interpret it as a request to gzip
the response body twice -- that's not what it means in HTTP, and it's
hard to believe the server would even be structured to do it if it
wanted.

And in fact at least in my capture the response is singly-gzipped
XML.

-- 
Martin 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 08:35:05 2002

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.