Unverified Commit 08abb3bc authored by Anna Henningsen's avatar Anna Henningsen
Browse files

src: clean up `StreamPipe` in destructor

In the presence of Workers, it is not safe to assume that
`StreamPipe::Unpipe()` has been called at the time when the object
is destroyed.

Instead, clean up when the destructor is called.

PR-URL: https://github.com/nodejs/node/pull/26256


Reviewed-By: default avatarJoyee Cheung <joyeec9h3@gmail.com>
parent cb9d0ec1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment