Skip to main content

Bug Tracker

Side navigation

#1263 closed bug (invalid)

Opened June 02, 2007 03:21AM UTC

Closed January 10, 2009 10:06PM UTC

Dropped AJAX connections strangly report success

Reported by: harningt Owned by:
Priority: major Milestone: 1.1.3
Component: ajax Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

I was debugging some issues to do w/ proxies causing problems in our AJAX code and found that some strange behavior was exhibited when web connections are abruptly dropped.

Note: Tested on Firefox, haven't tried IE. The Ajax Proxy here was used to test dropped connections... http://sourceforge.net/projects/jpspan/

Ex:

Ajax request begins

  • connection dropped

Ajax completes:

status == 200

responseText == ""

Strange, huh?

The one thing that is different in that than a blank page is that there are no HTTP headers available.

There should probably be workaround inside the AJAX module for this situation (so that some sort of error is reported or the request retried...).

Attachments (0)
Change History (1)

Changed January 10, 2009 10:06PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

No test case or details on the bug. Reopen with more details if the problem still exists in the current version of jQuery.