[Webkit-unassigned] [Bug 113542] New: Resources are never revalidated if a cached response exists on disk.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 15:51:54 PDT 2013


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

           Summary: Resources are never revalidated if a cached response
                    exists on disk.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


Resources are never revalidated if a cached response exists on disk.

The "try to get an mmap handle to a cached response on disk" code happened in didReceiveResponse which short circuited any chance of a new load actually happening.

That's crazy.  It should happen in didReceiveData once the new load starts filtering in.  That is the point where we can say for sure whether we're seeing cached data or receiving new data.

In radar as <rdar://problem/13479890>

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