Re: [twsocket] Problem with web server socket closingaftererroneoussend

2007-03-12 Thread Fastream Technologies
Let me clarify: I have the Send() function noticing an error in the socket and calling OnSessionClose. Now at this point, I am currently not calling Shutdown(), is this correct? The reason I am asking this is because when keep-alive is enabled on the server side with a idle timeout, the service

Re: [twsocket] Problem with web server socketclosingaftererroneoussend

2007-03-12 Thread Arno Garrels
Fastream Technologies wrote: > Let me clarify: I have the Send() function noticing an error in the > socket and calling OnSessionClose. This is nothing a component user must handle, it's encapsulated in the the component. > Now at this point, I am currently > not calling Shutdown(), is this cor