[Webkit-unassigned] [Bug 70218] New: [ApplicationCache] Fix Download problem with 304(Not Modified) response

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 16 23:51:25 PDT 2011


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

           Summary: [ApplicationCache] Fix Download problem with 304(Not
                    Modified) response
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: donggwan.kim at samsung.com


Repro Step
    1. Build WebKit with libsoup in which SOUP_CACHE is enabled.
    2. connect to http://html5demos.com/offlineapp
    3. If 304(Not modified) response is received when Application Cache request for html5demos.css or h5utils-offline.js, then downloads failed 
Cause
    For current implementation of ApplicationCacheGroup, if 304 response is received for resource that is not cached by ApplicationCacheGroup, then downloads failed.
    If ApplicationCacheGroup requests resource when it downloads complete by SubResourceLoader and is cached by libsoup, then could get 304 response.
    In case of this, downloads failed.

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