[Webkit-unassigned] [Bug 143333] New: [Streams API] Collecting a ReadableStreamReader should not unlock its stream
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 2 05:30:30 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143333
Bug ID: 143333
Summary: [Streams API] Collecting a ReadableStreamReader should
not unlock its stream
Classification: Unclassified
Product: WebKit
Version: 528+ (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
Currently ReadableStreamReader may be collected by the JS engine, in which case its related stream, if any, is automatically unlocked.
Either the stream should remain locked or the reader should not be collected if is tied to a stream.
--
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/20150402/b311d3eb/attachment-0001.html>
More information about the webkit-unassigned
mailing list