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

RE: error checking out in TortoiseSVN

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 20 Jun 2013 19:33:54 +0200

> -----Original Message-----
> From: Stefan Küng [mailto:tortoisesvn_at_gmail.com]
> Sent: donderdag 20 juni 2013 19:28
> To: dev_at_subversion.apache.org >> Subversion Development
> Subject: Re: error checking out in TortoiseSVN
>
> On 20.06.2013 17:02, Bart van Oerle wrote:
> > I created and uploaded a dump file (damn it's big), I hope this will
> > help you guys solving the problem.
> > http://www.sendspace.com/file/8m1osy
> >
> Here's the stack trace:

[We are busy on irc]

We determined that this problem is caused by a proxy server in front of
apache.

Once ra_serf receives a http/1.1 response it assumes that the server
supports the chunked encoding and at least nginx doesn't.

Once we then issue a request to nginx, that causes a HTTP status 411
'Content-Length required'. And ra_serf (pre r1495104) ignored that error,
but didn't get a proper head revision either.

r1495104 makes ra_serf report the proper http error that the user should
have seen. (Nominated for backport)

The real fix would be to somehow detect this case and then we shouldn't use
the more efficient chunked algorithm from serf.

        Bert
 
Received on 2013-06-20 19:34:55 CEST

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.