[Webkit-unassigned] [Bug 162339] New: [Fetch API] Remove firstReadCallback
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 21 08:41:54 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162339
Bug ID: 162339
Summary: [Fetch API] Remove firstReadCallback
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
This callback was used to ensure body was not disturbed until the stream gets read.
This is handled more properly now, so we should remove this callback.
This should allow us in the end to buffer data within FetchResponse until the stream actually wants to be feeded.
That information could be useful in the future if we want to apply back pressure somehow to the network layer.
--
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/20160921/36042993/attachment.html>
More information about the webkit-unassigned
mailing list