Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(httpBackend): should not read response data when request is aborted #4940

Closed

Commits on Nov 13, 2013

  1. fix(httpBackend): should not read response data when request is aborted

    When a request is aborted, it makes no sense to read the response headers or text.
    Also in IE9, trying to read data (either response headers or text) from an aborted request
    throws an Error c00c023f.
    
    Fixes angular#4913
    Gonzalo Ruiz de Villa committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    c882b26 View commit details
    Browse the repository at this point in the history