Skip to content

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

Closed
@seanmonstar

Description

@seanmonstar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-clientArea: client.A-http2Area: HTTP/2 specific.A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions