[Webkit-unassigned] [Bug 36536] multipart/x-mixed-replace does not show final frame in MJPEG over HTTP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 6 02:33:11 PST 2014


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

Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |koivisto at iki.fi

--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Run into this while making test for bug 139313. 

The problem is that we rely on CachedImage::responseReceived to reset the image for each frame and then a synthetic call (from SubresourceLoader) to CachedImage::finishLoading to update the data. This fails for the last frame since there is no responseReceived call when the load is really finishing and the existing image decoder will be in closed state.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141206/74538b7f/attachment-0002.html>


More information about the webkit-unassigned mailing list