Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements for test-http2-session-timeout #23058

Closed
wants to merge 2 commits into from

Commits on Sep 24, 2018

  1. 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.
    Trott committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    a64571d View commit details
    Browse the repository at this point in the history
  2. test: improve debugging information for http2 test

    In test-http2-session-timeout, provide the number of requests that
    occurred when the test fails.
    Trott committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    d8598aa View commit details
    Browse the repository at this point in the history