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

http2: fix flaky test-http2-https-fallback #19093

Closed

Commits on Mar 2, 2018

  1. http2: fix flaky test-http2-https-fallback

    The test was flaky because it relied on a specific order of
    asynchronous operation that were fired paralellely. This was true
    on most platform and conditions, but not all the time.
    
    See: nodejs#18986
    mcollina committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    85d2cd5 View commit details
    Browse the repository at this point in the history
  2. squash: linting

    mcollina committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    185989f View commit details
    Browse the repository at this point in the history