bombardier icon indicating copy to clipboard operation
bombardier copied to clipboard

Add option to set maxConcurrentStreams with http2

Open sebastienros opened this issue 3 years ago • 1 comments

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?

sebastienros avatar Oct 21 '20 21:10 sebastienros

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.

codesenberg avatar Mar 15 '21 17:03 codesenberg