Hi Willy, On Sat, Apr 15, 2023, at 8:02 AM, Willy Tarreau wrote: > Hi Ionel, > > On Sat, Apr 15, 2023 at 01:52:27PM +0200, Ionel GARDAIS wrote: > > Hi Willy, > > > > Agree with that. > > However, maybe a "common H2 troubleshooting guide" should be provided so > > options like h2-workaround-bogus-websocket-clients will be highlighted if > > any > > trouble arise. > > Good point, I even forgot about that one! Thank you for this feedback!
I too think this is a good idea. The less options to remember to configure at runtime the better. However, to add to Ionel's point, it might be good to also highlight in this troubleshooting guide how ` tune.h2.initial-window-size` plays into upload speeds. The current documentation does a good job at covering this but it could be difficult for some to find (and may not even realize it's a tunable option). I know I have seen in the past several issues arise for some after enabling HTTP/2 in regards to slow upload speeds and not realizing that they may need to also increase ` tune.h2.initial-window-size`. Thanks, -- Daniel