Bug 127005

Summary: Pack ResourceResponse harder.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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+
Andreas Kling
Comment 1 2014-01-14 13:30:03 PST
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
Note You need to log in before you can comment on or make changes to this bug.