You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seanmonstar opened this issue
Feb 28, 2019
· 0 comments
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.
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
The text was updated successfully, but these errors were encountered:
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.
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 theh2
type.server::Builder::http2_max_concurrent_streams
server::conn::Http::http2_max_concurrent_streams
The text was updated successfully, but these errors were encountered: