Skip to main content

Bug Tracker

Side navigation

#6103 closed bug (invalid)

Opened February 16, 2010 12:49PM UTC

Closed February 16, 2010 08:41PM UTC

Last modified February 18, 2010 03:36PM UTC

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 ?)

Attachments (0)
Change History (2)

Changed February 16, 2010 08:41PM UTC by john comment:1

resolution: → invalid
status: newclosed

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.

Changed February 18, 2010 03:36PM UTC by boboss123 comment:2

Replying to [comment:1 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