[Webkit-unassigned] [Bug 133483] New: [Curl] Empty headers in request response.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 09:50:45 PDT 2014


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

           Summary: [Curl] Empty headers in request response.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


When a request is taken from the cache, it's cached response headers are empty, if the cache entry was created in the same session.
It is only when the cache entry is loaded from disc, that the response headers are properly set.
We need to set the cached response headers in both cases.

There is also an issue if two jobs are loading the same url at the same time. Both jobs will then write to the cache content file, and create invalid content.
This can be fixed by only letting the first request write to the content file.

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