Skip to content

http: set IncomingMessage.destroyed

IncomingMessage is a Readable stream and should properly set the destroyed property.

This code is a little weird in general but this is the best solution I can think of until a bigger refactoring.

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