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

test: deflake test-http2-buffersize #39591

Closed
wants to merge 1 commit into from

Commits on Jul 30, 2021

  1. test: deflake test-http2-buffersize

    This is basically a revert of
    nodejs@c452632.
    
    The problem with that commit is that the promises returned by
    `once(server, 'stream')` are all resolved with the same stream when the
    first `'stream'` event is emitted.
    
    Refs: nodejs#39525 (comment)
    lpinca committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    9807960 View commit details
    Browse the repository at this point in the history