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
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
bombardier/vendor/golang.org/x/net/http2/transport.go
Line 483 in ba2c55f
Would it make sense to add such an option?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:bombardier/vendor/golang.org/x/net/http2/transport.go
Line 483 in ba2c55f
Would it make sense to add such an option?
The text was updated successfully, but these errors were encountered: