-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-http2Area: HTTP/2 specific.Area: HTTP/2 specific.A-serverArea: server.Area: server.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Description
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
Labels
A-http2Area: HTTP/2 specific.Area: HTTP/2 specific.A-serverArea: server.Area: server.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.