I have a service monitoring network requests in my iOS app integrating with ArcGIS. It is reporting a high error rate for the URL I'm using for my WMS Service. The HTTP error reported is this:
`499 Client Closed Request`
I suspect this just means that ArcGIS cancels the request because the user moves the map and the requested tile/data is no longer needed. Can you confirm that this is the case or should I be worried about the stability of my service?