Hello everyone. I'm having some trouble using the THttpCli component from the ICS suite. I'm using this component to simply download a document off a web site (the "document" might be a configuration file or a compressed DLL file or whatever). It mostly works but some times it just stops (gets stuck in a state - the last OnChangeState message I'm getting is httpDnsLookupDone or httpDnsLookup) and then nothing happens. My application's GUI doesn't get stuck because Application's message pump is working, but the download doesn't finish ether. Or, if something does happen, I know nothing about it... Please note I'm using "GetAsync" to get my document.
I have posted the unit where all my code resides here: http://activari.sediu.ro/mail/UWebUpDown.pas Please note: the code will not compile as it requires a few other units, but all downloading code is there. Thanks, Cosmin Prund __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
