#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 follow-up: 2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Replying to john:
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.
ok thanks
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.