[Webkit-unassigned] [Bug 33222] Make text decoders and resource loaders read from segmented SharedBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 07:13:32 PST 2010


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


Yong Li <yong.li.webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #18 from Yong Li <yong.li.webkit at gmail.com>  2010-01-11 07:13:32 PST ---
My second patch (for ResourceLoader) is buggy for sure. The reason is
didReceiveData() can cancel the request. We could fix it by checking if the job
is cancelled in each loop. But I think it is probably better to let
SharedBuffer merge all segments into one in this case. For the similar reason,
the first patch is also not needed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list