Skip to content

Minor improvements for test-http2-session-timeout

Rodrigo Muino Tomonari requested to merge github/fork/Trott/immediate into master

First commit:

test: remove setImmediate from timeout test

In test-http2-session-timeout, setImmediate() is used to wrap makeReq().
makeReq() is asynchronous and setImmediate() is not necessary.

Second commit:

test: improve debugging information for http2 test

In test-http2-session-timeout, provide the number of requests that
occurred when the test fails.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading