h2spec icon indicating copy to clipboard operation
h2spec copied to clipboard

5.1.2 Should wait for settings ACK

Open danielkec opened this issue 1 year ago • 1 comments

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.

https://github.com/summerwind/h2spec/blob/af83a65f0b6273ef38bf778d400d98892e7653d8/http2/5_1_2_stream_concurrency.go#L34-L54

image

image

danielkec avatar Nov 12 '24 11:11 danielkec

There are more problems with this test, see https://github.com/summerwind/h2spec/issues/139

robaho avatar Dec 30 '24 19:12 robaho