Skip to content
New issue

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

Max concurrent HTTP/2 streams to issue per connection #1

Open
azri-azhar opened this issue Apr 27, 2023 · 2 comments
Open

Max concurrent HTTP/2 streams to issue per connection #1

azri-azhar opened this issue Apr 27, 2023 · 2 comments

Comments

@azri-azhar
Copy link

Hello, is there a way to set the max number of concurrent HTTP/2 streams to issue per connection?

@domsolutions
Copy link
Owner

Hi,

The requests are divided by the number of connections i.e.

./gopayloader run https://localhost:8081 -c 2 -r 4 --client fasthttp-2 --skip-verify

will send 2 requests on each connection. Although if you're asking about streams, it currently doesn't support reading from a response stream, and simply closes the response body and moves onto the next request. The main function of this tool is to derive a max RPS value, so moves onto the next req ASAP.

Can potentially look at streaming options if there's enough demand for it.

Cheers

@gedw99
Copy link

gedw99 commented May 27, 2024

hey all

about streaming, I am wanting to test this: https://github.com/ryoid/go-streaming-html-ooo

its very easy to run and it relies on a continuous stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants