WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
156606
[COCOA] Do not unnecessarily initialize ResourceResponse::m_httpVersion as part of common fields
https://bugs.webkit.org/show_bug.cgi?id=156606
Summary
[COCOA] Do not unnecessarily initialize ResourceResponse::m_httpVersion as pa...
Chris Dumez
Reported
2016-04-14 16:01:12 PDT
Do not unnecessarily initialize ResourceResponse::m_httpVersion as part of common fields. We currently initialize m_httpVersion when calling platformLazyInit(CommonFieldsOnly) even though this is not a common field. The corresponding getter/setter in HTTPResponseBase, call lazyInit(AllFields).
Attachments
Patch
(4.08 KB, patch)
2016-04-14 16:03 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2016-04-14 16:03:19 PDT
Created
attachment 276445
[details]
Patch
WebKit Commit Bot
Comment 2
2016-04-15 09:44:04 PDT
Comment on
attachment 276445
[details]
Patch Clearing flags on attachment: 276445 Committed
r199591
: <
http://trac.webkit.org/changeset/199591
>
WebKit Commit Bot
Comment 3
2016-04-15 09:44:08 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug