[Webkit-unassigned] [Bug 77854] [Gtk] XMLHttpRequest modified during onreadystatechange handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 05:24:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=77854





--- Comment #5 from Mark Toller <mark.toller at samsung.com>  2012-10-17 05:25:43 PST ---
Now I've had some time to actually debug this issue, it appears it is a duplicate of 54162 - or at least one portion (status and statusText) of 54162.

If the abort() occurs following HEADERS_RECEIVED, the status is set to 200, and then the state is changed to 'DONE', which makes the code successfully pass

if (req.readyState !== 4 || req.status !== 200) {
    return
}

passing this code expects the responseText to be available and correct, but it isn't.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list