[Webkit-unassigned] [Bug 143597] New: [Curl] Small improvements to CurlCacheEntry::parseResponseHeaders()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 9 22:53:33 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143597
Bug ID: 143597
Summary: [Curl] Small improvements to
CurlCacheEntry::parseResponseHeaders()
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sungmann.cho at navercorp.com
Most lines of code in CurlCacheEntry::parseResponseHeaders() don't need to be
executed if the response has "no-cache" or "no-store" directive, but we are
checking these conditions in the middle of the method. We can move this to the
beginning of the method for efficiency.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150410/50790aaa/attachment-0001.html>
More information about the webkit-unassigned
mailing list