Thank you Dave! Again you save my life here! I'll patch my way around this. I have both callback messages set, one set as a param of the load call and one set using libURLSetStatusCallback, none receive the timeout here. :-/
I am still testing to see if it is an isolated problem or if I can create a recipe. Thanks andre On 10/16/07, Dave Cragg <[EMAIL PROTECTED]> wrote: > > Hi Andre > > I just did a quick check here. > > load url tUrl with message "loaded" > > on loaded u, s > put s & cr & u > unload url u > end loaded > > I get "timeout" returned in the status parameter (s). > > But I notice that if you are using libUrlSetStatusCallback to monitor > this, no error is sent. It seems this failure to send the callback > message is limited to timeout errors. > > Dave > > On 16 Oct 2007, at 20:10, Andre Garzia wrote: > > > Hello Friends, > > > > I am doing a simple test. Use libURL to download a simple file > > using load. I > > use load to put the file in the cache. During the transfer, I > > switch off the > > network hoping that after some interval, libURL will notice that > > she is > > alone in the world and trigger a timeout or an error in my callback > > message > > but that never happens. The code just sits there, like nothing is > > happening. > > > > Any insights? > > > > Andre > > _______________________________________________ > > use-revolution mailing list > > [email protected] > > Please visit this url to subscribe, unsubscribe and manage your > > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
