-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Milestone
Description
In nodejs/readable-stream#202, @mcollina brought up the fact that we might have memory leaks when a Vinyl object with streaming content is cloned. The suggested solution was to delay creation until the streams were needed.
I'm opening this issue so we can discuss further.