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: verify order of error in h2 server stream #24685

Closed
wants to merge 2 commits into from

Commits on Nov 27, 2018

  1. test: verify order of error in h2 server stream

    Currently the order of error / closing of an h2 stream is consistent
    in 10.x, 11.x, and master. There appears to be an unexpected behavior
    difference in 8.x. This test will be used to bisect the commit that will
    fix this behavior change and ensure there are no future regressions.
    MylesBorins committed Nov 27, 2018
    Copy the full SHA
    51ed353 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. fixup: address nits

    MylesBorins committed Nov 28, 2018
    Copy the full SHA
    ccf039e View commit details
    Browse the repository at this point in the history