> {$IFNDEF NO_KEEPALIVE_CLOSE_CHECK}
> if FKeepAlive = FALSE then {Bjornar}
> {$ENDIF}
> CloseDelayed;
There are a lot of places where " if FKeepAlive = FALSE then {Bjornar}"
code is. Do have changed all ?
Why not act where FKeepAlive is assigned instead instead of where it is used
?
--
[EMAIL PROTECTED]
The author for the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
----- Original Message -----
From: "Paul" <[EMAIL PROTECTED]>
To: "TWsocket" <[email protected]>
Sent: Sunday, May 13, 2007 4:14 PM
Subject: [twsocket] HttpServ fixed
> Fixed the problem I had with one server compiled with V5h
>
> Bjornar added this line at several places :
> if FKeepAlive = FALSE then {Bjornar} <-- added
> CloseDelayed;
>
> This particular server needs to answer other clients directly within the
> OnGetDocument event of another client.
> I added a new compiler directive for my personal use and all works fine
> now.
>
> {$IFNDEF NO_KEEPALIVE_CLOSE_CHECK}
> if FKeepAlive = FALSE then {Bjornar}
> {$ENDIF}
> CloseDelayed;
>
> Paul
>
> --
> 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