Skip to content

http: writableFinished

This follows from the OutgoingMessage "quacks" like a Writable (https://github.com/nodejs/node/issues/20946).

We recently added a writableFinished property to Writable (https://github.com/nodejs/node/commit/33aef82b42ca689411673784e203e59d3f4eb142). OutgoingMessage should also implement this.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading