What would cause a page to be canceled? I have a screenshot of the Chrome Developer Tools.
One the reasons could be that the XMLHttpRequest.abort() was called somewhere in the code, in this case, the request will have the cancelled status in the Chrome Developer tools Network tab.
cancelled