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-empty-frame-without-eof #45212

Closed

Commits on Oct 27, 2022

  1. test: deflake test-http2-empty-frame-without-eof

    It may happen that the data in `emptyframe.http2` reaches the client
    even before the client has started sending the request, causing an
    `ERR_HTTP2_STREAM_ERROR` instead. Fix this by making sure the frame is
    not sent until some data reaches the server.
    santigimeno committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f69c8d9 View commit details
    Browse the repository at this point in the history