[Webkit-unassigned] [Bug 161952] Media preloaded data cannot be reused from MemoryCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 01:39:07 PDT 2016


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

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
I tried activating this by doing a few fixed:
- checking for existing resources even if request does not allowCaching. I guess the allowCaching option is mostly due to not add a MemoryCache entry. But if we have one, then we should use it
- disabling some cache raw reuse entries
- fixing a small bug in reusing a CachedRawResource for MediaResource

At the end, the data is conveyed to the platform media loader.
When the response is set to the platform media loader, the decision is to cancel the load, probably in Source/WebCore/platform/network/cocoa/WebCoreNSURLSession.mm receivedResponse.

Any idea what is going on here?

-- 
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/20160914/b7261a65/attachment.html>


More information about the webkit-unassigned mailing list