[Webkit-unassigned] [Bug 11450] REGRESSION: XMLHttpRequest::didFinishLoading() should immediately return if the request has already been aborted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 8 00:35:37 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11450





------- Comment #8 from ap at webkit.org  2006-11-08 00:35 PDT -------
I worries me that didFinishLoading() is even called after an abort() - could
this cause problems when the XMLHttpRequest object is reused? I.e., something
like
req.send(...);
req.abort();
req.open(...);
req.send(...);
// didFinishLoading() gets called twice.


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



More information about the webkit-unassigned mailing list