shutdown() the send side and then read() from client until EOF
authorrobs <robs>
Tue, 5 Mar 2002 18:15:15 +0000 (18:15 +0000)
committerrobs <robs>
Tue, 5 Mar 2002 18:15:15 +0000 (18:15 +0000)
commit1447563ed05465c9d06cf63b662633de2852059d
treea8df3e5bcefa2e1f6b98abb92f1533175f9d2d9a
parent28900a868ca91edfe71052b8049619bfea228d05
shutdown() the send side and then read() from client until EOF
or a timeout expires.  This is done to minimize the potential
that a TCP RST will be sent by our TCP stack in response to
receipt of additional data from the client.  The RST would
cause the client to discard potentially useful response data.
README
libfcgi/os_win32.c