Bug 157326 - [WK2][DiskCache] Store common HTTP header names as strings
Summary: [WK2][DiskCache] Store common HTTP header names as strings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-03 14:15 PDT by Chris Dumez
Modified: 2016-05-03 16:25 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.12 KB, patch)
2016-05-03 15:11 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-05-03 14:15:03 PDT
Store common HTTP header names as strings instead of their integer representation inside the HTTPHeaderName enumeration. Otherwise, updating HTTPHeaderNames.in renders the data in the disk cache invalid.
Comment 1 Radar WebKit Bug Importer 2016-05-03 14:16:03 PDT
<rdar://problem/26073498>
Comment 2 Chris Dumez 2016-05-03 14:18:17 PDT
XD
Comment 3 Chris Dumez 2016-05-03 15:11:48 PDT
Created attachment 278033 [details]
Patch
Comment 4 Chris Dumez 2016-05-03 16:25:24 PDT
Comment on attachment 278033 [details]
Patch

Clearing flags on attachment: 278033

Committed r200394: <http://trac.webkit.org/changeset/200394>
Comment 5 Chris Dumez 2016-05-03 16:25:29 PDT
All reviewed patches have been landed.  Closing bug.