Aaron Reed wrote:
Thanks for the quick response! Ok, if I want to be conscientious and not just do a simple ping (due to the HEAD issues you brought up), I'll run into the problem that I mentioned earlier where my OnStopRequest is getting a status code back with NS_ERROR_UNEXPECTED
You could do what nsURIChecker does -- look at the channel status, etc. in OnStartRequest, and then just cancel the channel by returning NS_BINDING_ABORTED (and ignore the status in OnStopRequest).
-Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
