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

feat(tonic): expose setting for http2_adaptive_window #657

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

davidpdrsn
Copy link
Member

Fixes #358

@davidpdrsn davidpdrsn added this to the 0.5 milestone May 20, 2021
@@ -231,6 +232,14 @@ impl Endpoint {
}
}

/// Sets whether to use an adaptive flow control. Uses `hyper`'s default otherwise.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link to the hyper setting?

@LucioFranco LucioFranco merged commit 12815d0 into master Jun 21, 2021
@LucioFranco LucioFranco deleted the david/expose-http2_adaptive_window branch June 21, 2021 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose hyper BDP config
2 participants