[Webkit-unassigned] [Bug 143783] Network Cache: Inline small body data to record file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 11:04:23 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143783

--- Comment #3 from Pratik Solanki <psolanki at apple.com> ---
Comment on attachment 250824
  --> https://bugs.webkit.org/attachment.cgi?id=250824
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=250824&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.cpp:497
> +    const size_t maximumInlineBodySize = 16 << 10;

Not sure what the preferred style is but writing this as 16 * 1024 would be clearer to me than the bitshift.

-- 
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/20150415/87f0ff3f/attachment.html>


More information about the webkit-unassigned mailing list