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

Neon and Subversion's Issue 1709

From: D.J. Heap <dj_at_shadyvale.net>
Date: 2004-01-23 22:39:38 CET

So after some deeper debugging and irc discussion, it looks like neon is
not doing what we expected -- whether that's a bad assumption in
Subversion or a bug in neon, I'm not sure.

After the user hits Ctrl+C we are returning NE_XML_ABORT from our start
elem handler which causes neon to set the parser as no longer valid
(ne_xml.c line 312). But it still keeps reading all the data to
completion causing the client to 'hang' until the server is all done
sending it's report which can be some minutes later.

Is there a better way to tell neon to stop and cancel the connection?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 23 22:40:12 2004

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.