And what's the question/problem ?
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


----- Original Message ----- 
From: "Fastream Technologies" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Monday, March 19, 2007 8:48 AM
Subject: [twsocket] Bug in Send() ?


> 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

-- 
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

Reply via email to