[Webkit-unassigned] [Bug 61863] EventSource loader should not buffer data
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 13:02:02 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61863
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |beidson at apple.com,
| |jberlin at webkit.org,
| |psolanki at apple.com
--- Comment #9 from Alexey Proskuryakov <ap at webkit.org> 2011-08-08 13:02:02 PST ---
I think that this patch will break platforms that use CFNETWORK_DATA_ARRAY_CALLBACK. Specifically, ResourceLoader::didReceiveDataArray() bails out if m_shouldBufferData is false.
This is probably a bug in didReceiveDataArray(), but it needs to be fixed prior to landing this.
I don't quite understand what the "should buffer data" option is about, and why it would cause huge leaks in the first place. CC'ing some folks who have more recent experience with this code.
--
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