Bug 61223

Summary: MemoryCache should support Vary HTTP header
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, japhet, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 61318    
Bug Blocks: 61015    
Attachments:
Description Flags
Patch
none
Work in progress none

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.