Avoid send window update for every data received#30
Conversation
|
In the bidirection stream scenario when sent and receive date frequently. By using the same window update logic as the connection level, it could reducing the frequency of window updates and so significantly reduce the bandwidth. |
I checked the HTTP2 rfc9113 for the detail of WINDOW_UPDATE, so maybe this change is justified. |
|
@tsloughter Hi, do you have time to take a look at this change? |
|
A little worried about this change based on comments like this in other projects, haproxy/haproxy#2245 (comment) Maybe we need an optimization like |
Use the same logic of connection window update to avoid send window update for every data received.