> Could you please apply my change to your source?

This require careful look at the implication. I have no time right now to do
it.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[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: Thursday, July 26, 2007 12:16 PM
Subject: Re: [twsocket] Proposal for THttpCli.Abort


> Francois,
>
> Could you please apply my change to your source?
>
> Best Regards,
>
> SZ
>
> ----- Original Message ----- 
> From: "Fastream Technologies" <[EMAIL PROTECTED]>
> To: "ICS support mailing" <twsocket@elists.org>
> Sent: Thursday, July 26, 2007 11:04 AM
> Subject: Proposal for THttpCli.Abort
>
>
> > Hello,
> >
> > Can it be altered like this please:
> >
> >
> >    if bFlag then
> >        SocketSessionClosed(Self, 0)
> >    else
> >    begin
> >        FCtrlSocket.Close;
> >        StateChange(httpReady);  { 13/02/99 }
> >    end;
> > end;
> >
> > instead of
> >
> >
> >    if bFlag then
> >        SocketSessionClosed(Self, 0)
> >    else
> >        FCtrlSocket.Close;
> >
> >    StateChange(httpReady);  { 13/02/99 }
> > end;
> >
> > Because in this case the TriggerRequestDone is launched in the like
> > StateChange(httpReady);  { 13/02/99 }BEFORE all the messages are
> > processed. It can also be launched by SocketSessionClosed with
> > PostMessage!!!
> >
> > Best Regards,
> >
> > SZ
>
> -- 
> 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