Skip to content

Commit 7b31401

Browse files
fixup! disturbed is already true at start of pipeTo
1 parent 911f895 commit 7b31401

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/internal/webstreams/readablestream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,6 @@ function readableStreamPipeTo(
15511551
while (controller[kState].queue.length > 0) {
15521552
if (shuttingDown) return true;
15531553

1554-
source[kState].disturbed = true;
15551554
const chunk = dequeueValue(controller);
15561555

15571556
if (controller[kState].closeRequested && !controller[kState].queue.length) {

0 commit comments

Comments
 (0)