Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2008 13:45:41 +0300
From:      Stefan Lambrev <stefan.lambrev@moneybookers.com>
To:        freebsd-hackers@freebsd.org
Subject:   53 ECONNABORTED Software caused connection abort. A connection abort was caused internal to your host machine.
Message-ID:  <482AC2D5.1010800@moneybookers.com>

next in thread | raw e-mail | index | archive | help
Greetings,

I'm running web balancer pound-2.3.2 on FreeBSD 6.x and I see strange 
error message:
HTTP accept: Software caused connection abort.

The code that triggers this is:

                    for(lstn = listeners, i = 0; lstn; lstn = 
lstn->next, i++) {
                        if(polls[i].revents & (POLLIN | POLLPRI)) {
                            memset(&clnt_addr, 0, sizeof(clnt_addr));
                            clnt_length = sizeof(clnt_addr);
                            if((clnt = accept(lstn->sock, (struct 
sockaddr *)&clnt_addr,
                                (socklen_t *)&clnt_length)) < 0) {
                                logmsg(LOG_WARNING, "HTTP accept: %s", 
strerror(errno));
...

Any ideas where should I look to understand better the error message and 
why errno 53 was returned?

-- 

Best Wishes,
Stefan Lambrev
ICQ# 24134177




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?482AC2D5.1010800>