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
Add server::Connection::set_initial_window_size and client::Connection::set_initial_window_size which can adjust the INITIAL_WINDOW_SIZE setting on an existing connection (#421).
Change Stream implementations to the optional stream cargo feature, default disabled. Specific async and poll functions are now inherent, and Stream can be re-enabled with the stream cargo feature.