Re: [twsocket] HttpServ fixed

2007-05-13 Thread Paul
cois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, May 13, 2007 6:48 PM Subject: Re: [twsocket] HttpServ fixed > Looking at all use of FKeepAlive, I think it is better to always set > FKeepAlive to false where it is assigned. This will add the heade

Re: [twsocket] HttpServ fixed

2007-05-13 Thread Francois PIETTE
r 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: "ICS support mailing" Sent: Sunday, May 13, 2007 6:36 PM Subject: Re: [twsocket]

Re: [twsocket] HttpServ fixed

2007-05-13 Thread Paul
sage - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, May 13, 2007 5:38 PM Subject: Re: [twsocket] HttpServ fixed >> {$IFNDEF NO_KEEPALIVE_CLOSE_CHECK} >>if FKeepAlive = FALSE then {Bjornar} >> {$ENDIF} >

Re: [twsocket] HttpServ fixed

2007-05-13 Thread Francois PIETTE
uot; 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; > >

[twsocket] HttpServ fixed

2007-05-13 Thread Paul
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

Re: [twsocket] HttpServ

2007-05-12 Thread Paul
"ICS support mailing" Sent: Saturday, May 12, 2007 10:17 PM Subject: Re: [twsocket] HttpServ >> Nevertheless, connection are lost and the server is not usable anymore. > > Can you better define what doesn't work ? > It is a perfectly reproductible problem or just h

Re: [twsocket] HttpServ

2007-05-12 Thread Francois PIETTE
al Message - From: "Paul" <[EMAIL PROTECTED]> To: "TWsocket" Sent: Saturday, May 12, 2007 8:13 PM Subject: [twsocket] HttpServ >I have some http-servers that work fine with ICS V5h > One server doesn't. It only works fine if I replace HttpServ.pas with th

[twsocket] HttpServ

2007-05-12 Thread Paul
I have some http-servers that work fine with ICS V5h One server doesn't. It only works fine if I replace HttpServ.pas with the ICSV3 one. I've checked both version of HttpServ.pas with WinMerge. Most changes are the authentication that has been added in V5h and wsoNoReceiveLoop is now a standard

Re: [twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Paul
> Have you assigned TMyHttpConnection to property ClientClass? Grrr.. forgot that Thanks 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

Re: [twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Francois Piette
4, 2006 11:00 AM Subject: [twsocket] HttpServ Invalid class typecast > I get an 'Invalid class typecast' error in HttpServClientConnect event. > Is there anything changed between ICS V3 and V5 ? > The same worked on V3 > > > Paul > > > p

Re: [twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Arno Garrels
Paul wrote: > I get an 'Invalid class typecast' error in HttpServClientConnect event. Have you assigned TMyHttpConnection to property ClientClass? Arno Garrels > Is there anything changed between ICS V3 and V5 ? > The same worked on V3 > > > Paul > > > procedure TForm1.HttpServClientConnect

[twsocket] HttpServ Invalid class typecast

2006-02-24 Thread Paul
I get an 'Invalid class typecast' error in HttpServClientConnect event. Is there anything changed between ICS V3 and V5 ? The same worked on V3 Paul procedure TForm1.HttpServClientConnect(Sender, Client: TObject; Error: Word); var ClientCnx: TMyHttpCon

Re: [twsocket] Httpserv: Configure Web Page to Expire immediately

2005-12-15 Thread Francois Piette
> I looked and could only find it (no-cache)in the CreateVirtualDocument > procedures. There is no "no_cache" in WebServ1.pas and I assume you > refer to "no-cache". Seems you have an outdated ICS. Download again from my website, preferably the last ICS-beta which is the version I really use in m

Re: [twsocket] Httpserv: Configure Web Page to Expire immediately

2005-12-15 Thread Juri Keyter
Thanx for you fast response. Juri Keyter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: 14 December 2005 21:10 To: ICS support mailing Subject: Re: [twsocket] Httpserv: Configure Web Page to Expire immediately >I would like

Re: [twsocket] Httpserv: Configure Web Page to Expire immediately

2005-12-14 Thread Francois PIETTE
>I would like the make changes to the WebServ demo so that all pages it > returns will include the > 'Pragma: no-cache' + #13#10 + > 'Expires: -1' + #13#10, > in the header. I do not want the browsers to cache it. I want this to be > the default behavior. > > Can someone please let me know how

[twsocket] Httpserv: Configure Web Page to Expire immediately

2005-12-14 Thread Juri Keyter
I would like the make changes to the WebServ demo so that all pages it returns will include the 'Pragma: no-cache' + #13#10 + 'Expires: -1' + #13#10, in the header. I do not want the browsers to cache it. I want this to be the default behavior. Can someone please let me know how to do t