summaryrefslogtreecommitdiff
path: root/www/mini_httpd/files/patch-mini_httpd.c
blob: 756be2433ab7c6d54fc1fa6d4be89d2ef0c1e7c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mini_httpd.c~	Wed Dec  3 19:27:22 2003
+++ mini_httpd.c	Thu May  6 23:36:20 2004
@@ -816,7 +816,7 @@
 	    }
 	if ( conn_fd < 0 )
 	    {
-	    if ( errno == EINTR || errno == EAGAIN )
+	    if ( errno == EINTR || errno == EAGAIN || errno == ECONNABORTED )
 		continue;	/* try again */
 #ifdef EPROTO
 	    if ( errno == EPROTO )