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

Re: more handy post-M3 tips

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-09-01 01:14:43 CEST

On Fri, Aug 31, 2001 at 04:08:51PM -0500, Ben Collins-Sussman wrote:
...
> * Issue 472 may get in your way: Karl and I have been experimenting,
> and we're noticing that updates which include a large number of
> files somehow cause Neon to freak out.

I saw the bug posted... "error reading chunked response body" was the
error? That's a weird error to be getting, it means neon got confused
parsing the response at HTTP level. If you can reproduce this easily
and can turn on neon debugging in your client by putting a call to

  ne_debug_init(stderr, NE_DBG_HTTP|NE_DBG_HTTPBODY);

somewhere which runs early in ra_dav/session.c it might give some useful
clues.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:37 2006

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.