forked from quic-go/quic-go
This test actually never worked. stream.Write blocks until the data has been sent out, so we never opened the maximum number of concurrent streams.
This test actually never worked. stream.Write blocks until the data has been sent out, so we never opened the maximum number of concurrent streams.