Opened 13 years ago
Closed 13 years ago
#6466 closed bug (duplicate)
Ajax Firefox returns status=0 when server is completely down, results in callback success
Reported by: | sander | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.2 | |
Component: | ajax | Version: | 1.4.2 |
Keywords: | ajax firefox 3.6.3 success | Cc: | |
Blocked by: | Blocking: |
Description
When invoking an Ajax request with firefox 3.6.3 on a server that is completely down. It returns status=0. jQuery interprets this as a success because of the workaround for opera (which from the comments seems to return status=0 instead of status=304).
So unfortunately a browser specific solution is necessary i'm afraid.
Note: See
TracTickets for help on using
tickets.
Dup of #6465 .