Re: [whatwg/streams] Release reader immediately when shutting down a pipe (PR #1208)

@domenic commented on this pull request.



> @@ -2210,6 +2221,10 @@ The following abstract operations operate on {{ReadableStream}} instances at a h
     ask to shutdown, optionally with an error |error|, then:
    1. If |shuttingDown| is true, abort these substeps.
    1. Set |shuttingDown| to true.
+   1. If |reader| [=implements=] {{ReadableStreamBYOBReader}}, perform

Eh, I think it's clear enough that if you're doing something different from the spec you need to tweak more than just one step.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1208#discussion_r793119561
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/pull/1208/review/864202416@github.com>

Received on Wednesday, 26 January 2022 22:56:31 UTC