blob: f8c23ccdf668c961a2708f12fa6bb4e1b9222c73 [file] [log] [blame]
Harness Error (FAIL), message = Unhandled rejection: the stream has been terminated
PASS controller.terminate() should error pipeTo()
PASS controller.terminate() should prevent remaining chunks from being processed
PASS controller.enqueue() should throw after controller.terminate()
PASS controller.error() after controller.terminate() with queued chunk should error the readable
PASS controller.error() after controller.terminate() without queued chunk should do nothing
PASS controller.terminate() inside flush() should not prevent writer.close() from succeeding