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

Re: Seeking help for "E000054: Error retrieving REPORT: Connection reset by peer"

From: Ben Reser <ben_at_reser.org>
Date: Thu, 09 Jan 2014 11:38:42 -0800

On 1/9/14, 11:19 AM, Branko Čibej wrote:
> To be clear, I'm not saying that any of these things are configured
> incorrectly; only that they may be interacting with Subversion in a way that we
> don't handle well. One of the major differences between 1.7 (which works) and
> 1.8 (which fails) is that we try to work around issues with non-standard
> behaviour of certain "transparent" (sic) proxies; and we can't claim to have
> covered all the possibilities.

Actually we know we haven't covered all possibilities. Had someone a while
back that had mod_security setup in such a way that it was rejecting some
request methods (think it was POST) without Content-Length (thus breaking
chunked requests). The behavior didn't fail for the OPTION requests so our
probe to try and work around transparent proxies failed.

But I'm not sure what this thread would really have to do with chunked
requests, since the problem seems to be pipelining which as far as I know we
don't have any workarounds for.

We can rule out the chunked requests by disabling it by adding this to the
command line --config-option servers:global:http-chunked-requests=no and seeing
if it changes anything. But I really doubt it based on what I've seen on this
thread.

More details on what Branko is talking about and the config option I mentioned
here:
https://subversion.apache.org/docs/release-notes/1.8.html#411-length-required
Received on 2014-01-09 20:39:04 CET

This is an archived mail posted to the Subversion Users mailing list.

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