[Webkit-unassigned] [Bug 137692] [EFL] REGRESSION(r173394): MiniBrowser stucked in an infinite loop if NETWORK_CACHE is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 6 18:46:01 PST 2015


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

--- Comment #8 from Darin Adler <darin at apple.com> ---
I think that roughly speaking someone can put:

#if !NETWORK_CACHE
    return 0_ms;
#endif

in the maximumBufferingTime function. That will turn off the caching Antti’s patch introduced.

-- 
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/20151207/f065b123/attachment-0001.html>


More information about the webkit-unassigned mailing list