WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127005
Pack ResourceResponse harder.
https://bugs.webkit.org/show_bug.cgi?id=127005
Summary
Pack ResourceResponse harder.
Andreas Kling
Reported
2014-01-14 13:29:03 PST
Pack ResourceResponse harder.
Attachments
Patch
(5.93 KB, patch)
2014-01-14 13:30 PST
,
Andreas Kling
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2014-01-14 13:30:03 PST
Created
attachment 221196
[details]
Patch
Anders Carlsson
Comment 2
2014-01-14 13:31:24 PST
Comment on
attachment 221196
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=221196&action=review
> Source/WebCore/platform/network/ResourceResponseBase.cpp:53 > + , m_cacheControlMaxAge(0.0) > + , m_age(0.0) > + , m_date(0.0) > + , m_expires(0.0) > + , m_lastModified(0.0)
I'd change all these to say 0.
> Source/WebCore/platform/network/ResourceResponseBase.cpp:80 > + , m_cacheControlMaxAge(0.0) > + , m_age(0.0) > + , m_date(0.0) > + , m_expires(0.0) > + , m_lastModified(0.0)
Ditto.
Andreas Kling
Comment 3
2014-01-14 22:47:37 PST
Committed
r162052
: <
http://trac.webkit.org/changeset/162052
>
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