Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-25 Thread Frans van Daalen
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, July 04, 2006 7:29 PM Subject: Re: [twsocket] THttpCli v6 - Relocation Problem > Frans van Daalen wrote: >> Arno, >> >> I tested this u

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-04 Thread Arno Garrels
ed HTTP1.1 with Connection := 'Close' successfully, are you able to reproduce the same? Arno > > > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Tuesday, July 04, 2006 8:07 AM

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-04 Thread Frans van Daalen
shows DoRequestSync Application.ProcessMessages with fstate = httpwaitingbody. - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, July 04, 2006 8:07 AM Subject: Re: [twsocket] THttpCli v6 - Relocation Problem > Fran

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Arno Garrels
Frans van Daalen wrote: > If you want me to > check it in detail just let me know and I will do so for you. Thanks, could you please check my small changes below? Try with both HTTP 1.0/1.1, with as well as w/o property Connection set to 'Keep-Alive'/ 'Close'. It's working here using GET, only I'm

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Frans van Daalen
- Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> ..> > Since I've never been using THttpCli in one of my applications I'm > not very familiar with HTTP as well as the THttpCli. That's why I > wonder whether it is intented to trigger RequestDone on each > relocation or not (so

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Arno Garrels
Angela Kaylen wrote: >> I can reproduce the problem, even with latest V5 beta. > > Yes sorry, i was using V4, not V5, I have reinstalled V4 now and the > function works again. > >> Do you >> remember whether your old version triggered RequestDone on each >> relocation? > > It does not, ive put a

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Angela Kaylen
>I can reproduce the problem, even with latest V5 beta. Yes sorry, i was using V4, not V5, I have reinstalled V4 now and the function works again. >Do you >remember whether your old version triggered RequestDone on each >relocation? It does not, ive put a showmessage into the requestdone event

Re: [twsocket] THttpCli v6 - Relocation Problem

2006-07-03 Thread Arno Garrels
Angela Kaylen wrote: > Hi, > i have been using V5 so far, and today ive updated to V6. I can reproduce the problem, even with latest V5 beta. Do you remember whether your old version triggered RequestDone on each relocation? Possibly with StatusCode 302? --- Arno Garrels [TeamICS] http://www.o

[twsocket] THttpCli v6 - Relocation Problem

2006-07-02 Thread Angela Kaylen
Hi, i have been using V5 so far, and today ive updated to V6. But now this simple Function doesnt work anymore. FollowRelocations is true and MaxLocations is set to 5. Also tried the newest beta version but same result with it. Neither head() or Get() works, its just hangs and is busy. But its o