On Fri, 12 Apr 2002, Dimitrie O. Paun wrote:
On April 12, 2002 11:25 am, Martin Wilck wrote:
- if ( flags & FD_FLAG_RECV_SHUTDOWN ) {
/* Fixme: WSAESHUTDOWN is unavailable */
^^^^^^
Don't we want these things as FIXME("WSAESHUTDOWN is unavailable") so we see when we need to fix things?
I need to figure out what Windows returns here. I think WSAESHUTDOWN cannot be returned because it is a socket error unknown to the ReadFile() function.
We might be able to fix this by handling the error in the server. Anyway, thanks for looking at my code so thoroughly!
Martin