Side navigation
#6466 closed bug (duplicate)
Opened April 20, 2010 02:47PM UTC
Closed April 21, 2010 01:45AM UTC
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.
Attachments (0)
Change History (1)
Changed April 21, 2010 01:45AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #6465 .