Skip to content

stream: make Duplex inherit destroy from Writable

Make Duplex inherit the destroy method from Writable instead of Readable so that pending write callbacks are correctly invoked when the stream is destroyed.

Merge request reports

Loading