The result column in HttpWatch may sometimes display the value (Aborted) instead of an HTTP status code:
(Aborted) is one of three pseudo status codes that are used in HttpWatch to display information about HTTP requests that did not receive a status code from the server:
(Aborted)
(Cache)
ERROR_*
The last two values are fairly straight forward. The (Cache) result is displayed when content […]