[Webkit-unassigned] [Bug 27790] XMLHTTPRequest Status Code 0 Bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 29 18:00:03 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2009-07-29 18:00:02 PDT ---
This test overwrites myXMLRequestInstance variable when making subsequent
requests. E.g., when request #1 finishes, the code in ProcessAjaxCall may be
looking at XMLHttpRequest object for request #14 already.

Ready state 4 and status 0 is normal for requests that are aborted (and the
test aborts requests after 500 ms).

In short, the fix is to replace "myXMLRequestInstance" with "target" in
ProcessAjaxCall().

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