Bug 61223 - MemoryCache should support Vary HTTP header
Summary: MemoryCache should support Vary HTTP header
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on: 61318
Blocks: 61015
  Show dependency treegraph
 
Reported: 2011-05-20 16:19 PDT by Adam Barth
Modified: 2011-10-09 10:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (13.48 KB, patch)
2011-05-20 16:23 PDT, Adam Barth
no flags Details | Formatted Diff | Diff
Work in progress (17.58 KB, patch)
2011-05-25 17:47 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-05-20 16:19:28 PDT
MemoryCache shouldn't cache Vary: Origin responses
Comment 1 Adam Barth 2011-05-20 16:23:13 PDT
Created attachment 94285 [details]
Patch
Comment 2 Adam Barth 2011-05-20 16:52:08 PDT
Comment on attachment 94285 [details]
Patch

Clearing the review flag for now.  We can do a better job of implementing Vary once some of the changes in Bug 61225 land.
Comment 3 Adam Barth 2011-05-25 17:47:37 PDT
Created attachment 94892 [details]
Work in progress
Comment 4 Adam Barth 2011-05-25 17:48:45 PDT
Because Nate is awesome, we can now support Vary properly in the MemoryCache.  /me still needs to write tests.
Comment 5 Adam Barth 2011-10-09 10:52:46 PDT
I did this work in another bug.