Greetings,
Any ideas what can trigger this error message:
HTTP accept: Software caused connection abort
I see this sometimes in pound logs and can't find any reason for it.
I'm running pound 2.3.2 under FreeBSD
[...]
On Wed, 2008-05-14 at 13:35 +0300, Stefan Lambrev wrote:[...]
This a standard errno (ECONNABORTED) and indicates that a connection
request was aborted by the other side before the accept() could be done.
I think you can safely ignore those, unless you get a lot of them, in
which case you might be looking at a DoS attack.[...]