[twsocket] Problem with THttpCli

2007-03-20 Thread Fastream Technologies
Hello, Let's say in a function you have THttpCli passed as pointer. I can check whether it is -Connected or not. But how can one see if it is processing or not? I mean, I need to learn if it is working or not. I hope you get what I mean. I believe the State != httpReady is not always reliable

Re: [twsocket] Problem with THttpCli

2007-03-20 Thread Francois PIETTE
Component Suite (ICS) http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, March 20, 2007 6:24 PM Subject: [twsocket] Problem with THttpCli Hello, Let's say in a function you have THttpCli passed

[twsocket] Problem with THttpCli

2006-08-03 Thread Fastream Technologies
Hello, I am trying to add our web server cache to proxy server. So far so good but there is a problem: I first send the HEAD command to learn the last modified date and file size. Then in onheaderend, I launch the GET command if the cache cannot satisfy the request. Here, sometimes the

Re: [twsocket] Problem with THttpCli

2006-08-03 Thread Frans van Daalen
some proxy-servers do not allow the head command. Frans - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, August 03, 2006 3:36 PM Subject: [twsocket] Problem with THttpCli Hello, I am trying to add our web

Re: [twsocket] Problem with THttpCli

2006-08-03 Thread Fastream Technologies
But this is a reverse proxy. I perhaps forgot to tell, sorry.. ;( - Original Message - From: Frans van Daalen [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, August 03, 2006 4:47 PM Subject: Re: [twsocket] Problem with THttpCli : some proxy-servers do

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Fastream Technologies
provide an example but as you know I use C++. Best Regards, SubZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, December 02, 2005 11:46 AM Subject: Re: [twsocket] Problem with THttpCli FYI: In our dersign

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Arno Garrels
twsocket@elists.org Sent: Friday, December 02, 2005 11:46 AM Subject: Re: [twsocket] Problem with THttpCli FYI: In our dersign, there is the serverThread for listening and there are 2 threads per CPU clientThreads. Now your thread design looks totaly different. I suggest that you take

Re: [twsocket] Problem with THttpCli

2005-12-02 Thread Fastream Technologies
: Friday, December 02, 2005 12:59 PM Subject: Re: [twsocket] Problem with THttpCli Fastream Technologies wrote: The threading design is the same as NFServer and tested well. The problem is in THttpCli: I want to download with no files on local computer to be written to and no TStream as well

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Arno Garrels
://www.overbyte.be/eng/overbyte/teamics.html - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, November 30, 2005 7:28 PM Subject: Re: [twsocket] Problem with THttpCli Fastream Technologies wrote: Any help

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Wilfried Mestdagh
, SZ - Original Message - From: Wilfried Mestdagh [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, December 01, 2005 12:18 PM Subject: Re: [twsocket] Problem with THttpCli Hello SZ, It gives no exception but throws ESocketError just after DNSLookup

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
- From: Wilfried Mestdagh [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, December 01, 2005 12:18 PM Subject: Re: [twsocket] Problem with THttpCli Hello SZ, It gives no exception but throws ESocketError just after DNSLookup which is successful. Do you mean

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Wilfried Mestdagh
and OnHeaderData events to read packet-by-packet. Is this possible? If yes how? Regards, SubZ - Original Message - From: Wilfried Mestdagh [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, December 01, 2005 12:18 PM Subject: Re: [twsocket] Problem with THttpCli

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Maurizio Lotauro
On 30-Nov-05 15:21:24 Fastream Technologies wrote: Hello, I chose the second method (THttpCli) but the below code fails in a thread: [...] It gives no exception but throws ESocketError just after DNSLookup which is successful. I tried with www.intel.com and the IE works just fine from here.

Re: [twsocket] Problem with THttpCli

2005-12-01 Thread Fastream Technologies
PM Subject: Re: [twsocket] Problem with THttpCli Hello SZ, I think so yes, but I'm not very familiar with THttpCli component. I use THttpSrv often but not the client. But to come back on your error. Can you eather put a try/catch block in all events, or try to debug with the IDE option

[twsocket] Problem with THttpCli

2005-11-30 Thread Fastream Technologies
Hello, I chose the second method (THttpCli) but the below code fails in a thread: HTTPClient = new THttpCli(NULL); HTTPClient-MultiThreaded = true; HTTPClient-FollowRelocation = false; HTTPClient-NoCache = false; HTTPClient-RcvdStream = NULL;

Re: [twsocket] Problem with THttpCli

2005-11-30 Thread Arno Garrels
Fastream Technologies wrote: Any help would be appreciated. I am using the November (downloaded today) beta of ICS with -yet- no SSL. Hard to say, however I guess it is a multi threading problem. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or