What would cause a page to be canceled? I have a screenshot of the Chrome Developer Tools.
In my case, I found that it is jquery global timeout settings, a jquery plugin setup global timeout to 500ms, so that when the request exceed 500ms, chrome will cancel the request.