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

fix($http): don't covert 0 status codes to 404 for non-file protocols #6504

Closed

Commits on Mar 1, 2014

  1. fix($http): don't covert 0 status codes to 404 for non-file protocols

    PR angular#5547 introduced conversion of all 0 status codes to 404 for cases
    where no response was recieved (previously this was done for the
    file:// protocol only). But this mechanism is too eager and
    masks legitimate cases where status 0 should be returned. This commits
    reverts to the previous mechanism of handling 0 status code for the
    file:// protocol (converting 0 to 404) while retaining the returned
    status code 0 for all the protocols other than file://
    
    Fixes angular#6074
    Fixes angular#6155
    pkozlowski-opensource committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    cfbb963 View commit details
    Browse the repository at this point in the history