>I encounter some problems with the HttpCli when a virus scanner is updating >itself. > I think the virus scanner is blocking the internet connection, which > results in errors in the HttpCli.Requestdone event.
Which error code do you get ? > It is save to call the Abort method and restart the operation > (GetAsync - PostAsync) immediately after using Abort > I send a message to restart the operation, but this may result in an > endless loop. > I've tried with a 'error' counter to avoid this endless loop, > but the communication still fails no matter how many times I retry. The counter is a good idea to break the loop. It is probably a good idea to wait a few seconds before retrying. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
