> You are not telling us what you do with the HttpCli that timed out,
> that's probably interesting. Anyway hard to debug remotely ;-)
Nothing, sometimes it continues after 50 seconds or so, but if it takes
longer then about 70 seconds, the gateway (server) aborts the connection.
Maybe it's bette
Paul wrote:
> Hi,
>
> I get sometimes error reports from clients that a message 'bad
> connection' is show on the screen.
> This message is displayed when a special 'connection check thread'
> that shows the connection speed in a progressbar.
> It shows this message when the time between a GetAsyn
Hi,
I get sometimes error reports from clients that a message 'bad connection'
is show on the screen.
This message is displayed when a special 'connection check thread' that
shows the connection speed in a progressbar.
It shows this message when the time between a GetAsync and HttpRequestdone
i
Hello Mac,
> How i implement a timeout control in HttpCli...
Use async call's and a timer. when timer expires call abort, when request
is done disable timer.
> I using HttpCli in sync mode, because i need to run it in Thread..
You can use async mode in a thread as well. There is no differen
Hi.. Friends..
How i implement a timeout control in HttpCli...
I using HttpCli in sync mode, because i need to run it in Thread..
It's work fine, but in some(rare) cases httpcli freeze and no get any
response...
How i cancel httpcli get/post command? after started?
Thanks in
Hi.. Friends..
How i implement a timeout control in HttpCli...
I using HttpCli in sync mode, because i need to run it in Thread..
It's work fine, but in some(rare) cases httpcli freeze and no get any
response...
How i cancel httpcli get/post command? after started?
Thanks in
To: "ICS support mailing"
Sent: Saturday, December 17, 2005 2:30 PM
Subject: [twsocket] HTTPCLI TimeOut implementation help :-(
> Hi
> Im trying to make basic proxy checker based on THTTPCli component,
> but have problem with timeout. Would like to have 2 timeouts -
> connectio
Hi
Im trying to make basic proxy checker based on THTTPCli component,
but have problem with timeout. Would like to have 2 timeouts -
connection timeout and verification timeout. So i made something
like this...
Made one timer that is being run before .GetAsync (connection
timeout) and one in O