Skip to content

test: increase coverage for http2 response headers

Expanded an existing test for setting pseudo-headers on response to include all pseudo-headers, not just :status. This is a part of the request for increasing coverage for http2 as per https://github.com/nodejs/node/issues/14985

This is my first pull request for this project but I'm hoping to continue working on additional tests for h2, so if there's any feedback I would love to hear it and incorporate it. Thanks!

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)

test

Merge request reports

Loading