Skip to content

http2: skip creating native ShutdownWrap

ShutdownWrap instances are being used to carry context between the start and the asynchronous end of shutting down the writable side of a StreamBase. HTTP/2 streams always perform this action synchronously, so no such object is necessary.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading