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 application to configure initial window size, etc #40

Closed
olix0r opened this issue Aug 27, 2017 · 2 comments
Closed

Allow application to configure initial window size, etc #40

olix0r opened this issue Aug 27, 2017 · 2 comments

Comments

@olix0r
Copy link
Collaborator

olix0r commented Aug 27, 2017

gRPC clients, for instance, set an initial window of ~1MB. We should have a way to configure window sizes on clients and servers (i.e. esp prior to handshake).

@seanmonstar
Copy link
Member

Both the Client and the Server now have builders that can currently configure:

  • initial_window_size
  • max_frame_size

@seanmonstar
Copy link
Member

A client can now disable push promises.

I think that perhaps we can close this, and any individual settings required can be separate issues, since they aren't trivial things to add.

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