We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.1.2 Tests Stream concurrency limit by setting initial window size to 0.
0
Problem is that the test is racing against asynchronously handled flow-control on some server impls.
Test should wait for settings ACK before opening first stream.
h2spec/http2/5_1_2_stream_concurrency.go
Lines 34 to 54 in af83a65
The text was updated successfully, but these errors were encountered:
There are more problems with this test, see #139
Sorry, something went wrong.
No branches or pull requests
5.1.2 Tests Stream concurrency limit by setting initial window size to
0
.Problem is that the test is racing against asynchronously handled flow-control on some server impls.
Test should wait for settings ACK before opening first stream.
h2spec/http2/5_1_2_stream_concurrency.go
Lines 34 to 54 in af83a65
The text was updated successfully, but these errors were encountered: