[Webkit-unassigned] [Bug 103309] XMLHttpRequest timeout doesn't work for synchronous requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 02:03:48 PST 2012


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





--- Comment #1 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2012-11-27 02:05:59 PST ---
As the spec says, and the implementation ensures, sync timeout is only supported for workers - and a few tests cover this. Last time I checked, it seemed it was working at least. Do you see any of the http/tests/xmlhttprequest/timeout/* tests failing?

For the workers case, is it hitting the same code path in FrameLoader::loadResourceSynchronously() which would reset the timeout? What do you mean by "resetting the timeout", if this code path actually just sets a new setTimeoutInterval on a request that was already sent out, I doubt it would have any effect. The backends don't handle this case.

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