Open sebastienros opened 4 years ago
I couldn't find a way to change the value of maxConcurrentStreams when using http2, and it seems it uses the default of 1000 based on this line:
maxConcurrentStreams
https://github.com/codesenberg/bombardier/blob/ba2c55f7f39b198f98a7ce5833e84ae8608ffcea/vendor/golang.org/x/net/http2/transport.go#L483
Would it make sense to add such an option?
It seems like now there's an option for this in Transport: link Feel free to send a PR, if you're interested in adding this functionality.
I couldn't find a way to change the value of
maxConcurrentStreams
when using http2, and it seems it uses the default of 1000 based on this line:https://github.com/codesenberg/bombardier/blob/ba2c55f7f39b198f98a7ce5833e84ae8608ffcea/vendor/golang.org/x/net/http2/transport.go#L483
Would it make sense to add such an option?