Re: [twsocket] THttpCli v6:FollowRelocation/httpDnsLookuptriggersrequest done

2006-05-06 Thread Frans van Daalen
From: "Francois PIETTE" <[EMAIL PROTECTED]> > So, this is the normal behaviour :-) > You can either ask the component to not follow the relocation, or use a > flag > in the OnLocationChange and OnRequestDone to handle that particular case. > mhhh.just tested it with v5 and you're right. Seems

Re: [twsocket] THttpCli v6 :FollowRelocation/httpDnsLookuptriggersrequest done

2006-05-06 Thread Francois PIETTE
So, this is the normal behaviour :-) You can either ask the component to not follow the relocation, or use a flag in the OnLocationChange and OnRequestDone to handle that particular case. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] The author for t

Re: [twsocket] THttpCli v6 : FollowRelocation/httpDnsLookuptriggersrequest done

2006-05-06 Thread Frans van Daalen
- Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, May 06, 2006 3:39 PM Subject: Re: [twsocket] THttpCli v6 : FollowRelocation/httpDnsLookuptriggersrequest done >> just use httpasy with the www.zoekhuis.nl url. Add this url twice

Re: [twsocket] THttpCli v6 : FollowRelocation / httpDnsLookuptriggers request done

2006-05-06 Thread Francois PIETTE
> I would like to know if there is a way how to stop receiving data in > HTTPserver for a moment when I am running (in the same threat) part of > program where I have to wait for a signal by communication with a serial > port. You can call Pause on behalf of the client socket. > seconds so I have

Re: [twsocket] THttpCli v6 : FollowRelocation / httpDnsLookup triggers request done

2006-05-06 Thread Igor Pokorny
Hello friends, I would like to know if there is a way how to stop receiving data in HTTPserver for a moment when I am running (in the same threat) part of program where I have to wait for a signal by communication with a serial port. The communication is started by a timer..Timeout there is about

Re: [twsocket] THttpCli v6 : FollowRelocation /httpDnsLookuptriggersrequest done

2006-05-06 Thread Francois PIETTE
> just use httpasy with the www.zoekhuis.nl url. Add this url twice and hit > execute without the "Simultaneous" setting. In de IDE you will get a "http > component httpcli1 busy" message on the second url because the first one > fired "req done" on a httpdnslookup OK. And for another url with rel

Re: [twsocket] THttpCli v6 : FollowRelocation / httpDnsLookuptriggersrequest done

2006-05-06 Thread Frans van Daalen
From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" >> If FollowRelocation is set then on some sites the requestdone event is >> triggert on a httpDnsLookup. Is this correct? > > At first glance not. Do you have an URL which show this behaviour and > another which doesn't ? > o

Re: [twsocket] reset connection

2006-05-06 Thread Francois PIETTE
>> Does it work again when you disable and enable the network connection. >> The >> one used to connect to the internet or all simultaneously ? I think it >> can >> be done programmatically. > > Not sure what you mean by this Take the control panel. Select "Network Connections" Right click on ea

Re: [twsocket] THttpCli v6 : FollowRelocation / httpDnsLookup triggersrequest done

2006-05-06 Thread Francois PIETTE
> If FollowRelocation is set then on some sites the requestdone event is > triggert on a httpDnsLookup. Is this correct? At first glance not. Do you have an URL which show this behaviour and another which doesn't ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EM

Re: [twsocket] reset connection

2006-05-06 Thread Paul
> Does it work again when you disable and enable the network connection. The > one used to connect to the internet or all simultaneously ? I think it can > be done programmatically. Not sure what you mean by this Paul -- To unsubscribe or change your settings for TWSocket mailing list please

[twsocket] THttpCli v6 : FollowRelocation / httpDnsLookup triggers request done

2006-05-06 Thread Frans van Daalen
If FollowRelocation is set then on some sites the requestdone event is triggert on a httpDnsLookup. Is this correct? I have a wm_quit on requestdone to end the messageloop but with a httpDnsLookup that is not a good idea :-) -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] reset connection

2006-05-06 Thread Francois PIETTE
> After rebooting the computer, it worked better again for a while. > So I assume this is a winsock problem. > Can it be reset by code ? Does it work again when you disable and enable the network connection. The one used to connect to the internet or all simultaneously ? I think it can be done p