You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Joe Orton <jo...@manyfish.co.uk> on 2004/01/24 01:17:49 UTC

Re: [neon] Neon and Subversion's Issue 1709

On Fri, Jan 23, 2004 at 02:39:38PM -0700, D.J. Heap wrote:
> 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?

Not currently: it requires a neon API change, to allow the response body
callbacks to return an error, which is on the TODO list.

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [neon] Neon and Subversion's Issue 1709

Posted by "C. Michael Pilato" <cm...@collab.net>.
Joe Orton <jo...@manyfish.co.uk> writes:

> > Is there a better way to tell neon to stop and cancel the connection?
> 
> Not currently: it requires a neon API change, to allow the response body
> callbacks to return an error, which is on the TODO list.

Any chance it could get to-done soonish?  (:-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org