Side navigation
#9829 closed bug (invalid)
Opened July 15, 2011 08:26AM UTC
Closed July 21, 2011 11:55PM UTC
Last modified March 14, 2012 04:02AM UTC
Status ok for aborted HTTP session when using ajax
| Reported by: | rumax | Owned by: | rumax |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.6.2 |
| Keywords: | Cc: | jaubourg | |
| Blocked by: | Blocking: |
Description
1. Make a request to some resourse
2. Using Fiddler break session before request
3. Using Fiddler abort session
4. Some new request are send to server - OK. All this requests are aborted too
5. Get called success call back function. Expected - error callback function to be called
Attachments (0)
Change History (6)
Changed July 15, 2011 08:56AM UTC by comment:1
Changed July 15, 2011 01:11PM UTC by comment:2
| component: | unfiled → ajax |
|---|---|
| owner: | → rumax |
| priority: | undecided → low |
| status: | new → pending |
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.
Additionally, test against the jQuery (edge) version to ensure the issue still exists.
Changed July 18, 2011 06:56AM UTC by comment:3
Replying to [comment:2 timmywil]:
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket. Additionally, test against the jQuery (edge) version to ensure the issue still exists.
$.ajaxSetup({
url: url,
type: "POST",
cache: false,
error: function (jqXHR, textStatus, errorThrown) {
_HttpLayer_callBack_Error(jqXHR, textStatus, errorThrown);
},
success: function (data, textStatus, jqXHR) {
_HttpLayer_callBack(data, textStatus, jqXHR);
}
});
$.ajax({
data: "action=disconnect"
});
Changed July 18, 2011 07:02AM UTC by comment:4
Strange. Looks like I cannot reproduce it again (after PC reboot). Will provide more details if get the problem again.
Changed July 21, 2011 11:55PM UTC by comment:5
| resolution: | → invalid |
|---|---|
| status: | pending → closed |
OK, so I'll close this as invalid for now. Just comment in here to ping us if you are finally able to reproduce the issue consistently.
Changed July 21, 2011 11:56PM UTC by comment:6
| cc: | → jaubourg |
|---|
Firefox 5.0 Used.
In IE - only 1 request