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

allow control over the inbound HTTP/2 flow control window #568

Open
weissi opened this issue Mar 16, 2022 · 0 comments
Open

allow control over the inbound HTTP/2 flow control window #568

weissi opened this issue Mar 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@weissi
Copy link
Contributor

weissi commented Mar 16, 2022

For best bulk transfer rates, it'd be great to control the HTTP/2 flow control window. Right now, I think we leave the defaults which are (IIRC) 64k per connection and 64k per stream. That means the server can't send a huge amount of data especially under a lot of concurrent streams. Also, we'll need to send a large number of WINDOW_UPDATE frames to up the flow control windows all the time.

Thank you to @Lukasa for reminding me that I want this when we were chatting about bulk H2 data transfer with AHC.

@weissi weissi added the enhancement New feature or request label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant