Brian Neradt
Brian Neradt
[approve ci autest]
Thank you for the ideas @maskit. > I don't understand why adjusting proxy.config.http2.initial_window_size_in and proxy.config.http2.max_concurrent_streams_in isn't enough, if we use them to calculate the connection window size. You just need...
> But it still solves only half of my concern. How do you fully utilize a connection (or its connection window) by unknown number of streams? I'm asking this question...
The `http2_flow_control` autest will fail until I get a new release of Proxy Verifier created and merged into master/10-Dev. The new Proxy Verifier adds `WINDOW_UPDATE` and `SETTINGS` frame logging that...
I run with `-j 4` for my 10 Core M1 Mac Pro. ``` 503 85964 85885 0 10:38AM ?? 6:21.97 /Library/Developer/CommandLineTools/usr/bin/clangd -j=4 ``` Activity Monitor only shows two processes running...
[approve ci]
Looks good.
I appreciate the thoughtful review, @maskit. And thank you, too, for repeating some of your comments from the previous PR. I'm working through your observations now and will spin off...
> If we don't support Server Push on origin side for now, we need to indicate it by sending SETTINGS_ENABLE_PUSH:0. Yes, this is a good observation. I'll work on this...
> > If we don't support Server Push on origin side for now, we need to indicate it by sending SETTINGS_ENABLE_PUSH:0. > > Yes, this is a good observation. I'll...