<NOTE> This message is a re-post of a message sent to the delphi-talk list. That list seems to be down so I resent the message to this list. (I think delphi-talk is down because my message didn't make and no other messages made it to the list in November! Check the archives on http://www.elists.org/pipermail/delphi/) </NOTE>
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 mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

