[Webkit-unassigned] [Bug 82672] Test failure: http/tests/xmlhttprequest/range-test.html fails on Mac platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 22 10:46:02 PST 2012


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





--- Comment #4 from Hugh Winkler <hughw at hughw.net>  2012-12-22 10:48:14 PST ---
A workaround for this bug is to suppress caching for each XHR with a Range header, using:

xhr.setRequestHeader('Cache-control", "no-cache");

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