A workaround for a problem on (at least) Linux 2.0.x and UnixWare.
authorroberts <roberts>
Fri, 5 Feb 1999 04:08:55 +0000 (04:08 +0000)
committerroberts <roberts>
Fri, 5 Feb 1999 04:08:55 +0000 (04:08 +0000)
commit4a7222d72a015d25ef141e73d7e82c2ae27cbfac
treeb93eaa9b343f3679bba6cea32a1bd105857f9718
parent61962ef7ec4d21c9690944abc55705c4a8636d35
A workaround for a problem on (at least) Linux 2.0.x and UnixWare.
When using Unix Domain sockets, if the web server close()ed the
connection before the accept() a valid file descriptor is returned
by accept() but there's no data to be read and thus the first
read() would block forever.

Modified Files: include/fcgios.h libfcgi/os_unix.c
include/fcgios.h
libfcgi/os_unix.c