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

Add builder options to adjust HTTP2 stream and connection window size #1771

Closed
8 tasks
seanmonstar opened this issue Feb 27, 2019 · 0 comments
Closed
8 tasks
Labels
A-client Area: client. A-http2 Area: HTTP/2 specific. A-server Area: server. C-feature Category: feature. This is adding a new feature. E-easy Effort: easy. A task that would be a great starting point for a new contributor.

Comments

@seanmonstar
Copy link
Member

The corresponding methods already exist on the underlying h2 builders.

  • client::Builder::http2_initial_stream_window_size
  • client::Builder::http2_initial_connection_window_size
  • client::conn::Builder::http2_initial_stream_window_size
  • client::conn::Builder::http2_initial_connection_window_size
  • server::Builder::http2_initial_stream_window_size
  • server::Builder::http2_initial_connection_window_size
  • server::conn::Http::http2_initial_stream_window_size
  • server::conn::Http::http2_initial_connection_window_size
@seanmonstar seanmonstar added A-server Area: server. A-client Area: client. E-easy Effort: easy. A task that would be a great starting point for a new contributor. C-feature Category: feature. This is adding a new feature. A-http2 Area: HTTP/2 specific. labels Feb 27, 2019
seanmonstar pushed a commit that referenced this issue Mar 1, 2019
Add `fn http2_initial_stream_window_size` and `fn
http2_initial_connection_window_size` for client and server.

Closes #1771
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client. A-http2 Area: HTTP/2 specific. A-server Area: server. C-feature Category: feature. This is adding a new feature. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Projects
None yet
Development

No branches or pull requests

1 participant