Add ability to adjust INITIAL_WINDOW_SIZE setting on an existing connection (#421)

This commit is contained in:
Sean McArthur
2019-10-07 15:29:23 -07:00
committed by GitHub
parent 367206bfa1
commit 4c1d797712
10 changed files with 439 additions and 27 deletions

View File

@@ -419,7 +419,7 @@ impl Send {
store.for_each(|mut stream| {
let stream = &mut *stream;
stream.send_flow.dec_window(dec);
stream.send_flow.dec_send_window(dec);
// It's possible that decreasing the window causes
// `window_size` (the stream-specific window) to fall below