Modify ↓
Ticket #6103 (closed bug: invalid)
AJAX request
| Reported by: | boboss123 | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.2 | |
| Component: | ajax | Version: | 1.4.1 |
| Keywords: | ajax timeout | Cc: | |
| Blocking: | Blocked by: |
Description
user Webrowser : firefox 3.5.7
When I send a post request without timeout definition, if web server is out, firebug report the error (about more than 1 minute) : "data is null" => because succes jQuery interrupt run (It should be error interrupt, isn't it ?)
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

It depends what status the error returns - if the server is still returning a success status (200) then there's not a lot that we can do. This is why setting the timeout is so useful.