Hello,
As you know we have a web reverse proxy. When the client (outgoing) socket
returns the winsock error 10054, I want to pump answer404 to the incoming
socket. Here is the code,
...
OnDataSent = ConnectionDataSentErrorPages
if(State == wsConnected && !FSessionClosedFlag)
{
if(!contentLength)
Send(NULL, 0);
else
ConnectionDataSentErrorPages(this, 0);
}
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be