Skip to content

Add builder option for HTTP2 max concurrent streams #1772

@seanmonstar

Description

@seanmonstar

The SETTINGS_MAX_CONCURRENT_STREAMS option controls how many concurrent streams a peer is willing to receive. Since we don't yet has push promises, this only makes sense in the server case. The corresponding method exists on the h2 type.

  • server::Builder::http2_max_concurrent_streams
  • server::conn::Http::http2_max_concurrent_streams

Metadata

Metadata

Assignees

No one assigned

    Labels

    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