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 27, 2019
· 0 comments
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.
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.
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
The text was updated successfully, but these errors were encountered: