[Webkit-unassigned] [Bug 32423] Incorrect cache behavior with dynamic scripts after page-refresh

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 15:31:07 PST 2010


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





--- Comment #6 from Kyle Simpson <getify at gmail.com>  2010-03-09 15:31:07 PST ---
Actually, I believe this to be the opposite behavior to 30862. 

My bug is demonstrating a scenario when the cache SHOULD be used for two loads
of the exact same URL resource in the same page-view (one before page load, one
on-demand, later), and it is failing to do so (meaning it re-requests the
resource a second time incorrectly, even though the first load did put the
resource into the cache).

30862 seems to be about resources staying cached when they shouldn't be, which
is the opposite to this bug.

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