Skip to content

http: OutgoingMessage change writable after end

When an OutgoingMessage is closed (for example, using the end method), its 'writable' property should be changed to false - since it is not writable anymore. The 'writable' property should have the opposite value of the 'finished' property.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

http

Issue: #14023 (closed)

Merge request reports

Loading