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

Re: Slow VM, svn client drops connection with FIN packet

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 14 Jan 2014 12:22:16 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> That message comes from ne_request.c and the -3 is NE_SOCK_CLOSED
> defined in ne_socket.h:
>
> #define NE_SOCK_CLOSED (-3)
> /* Connection was reset (e.g. server crashed) */

/* Socket was closed */
#define NE_SOCK_CLOSED (-3)

The comment associated with the constant is "Socket was closed" not
"Connection was reset".

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-01-14 13:22:51 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.