Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tonic: add max http2 frame size to server. #529

Merged
merged 3 commits into from
Jan 15, 2021
Merged

tonic: add max http2 frame size to server. #529

merged 3 commits into from
Jan 15, 2021

Conversation

SkamDart
Copy link
Contributor

@SkamDart SkamDart commented Jan 8, 2021

Exposes option to configure the max http2 frame size used by the
underlying hyper server via the tonic::transport::Server builder.

Refs: #264

Motivation

Refs #264

Solution

Add as optional parameter to the tonic::transport::Server builder to be passed to the hyper server builder.

Cameron Dart added 3 commits January 7, 2021 21:35
Exposes option to configure the max http2 frame size used by the
underlying hyper server via the `tonic::transport::Server` builder.

Refs: #264
Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

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

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants