bryancall commented on issue #8199: URL: https://github.com/apache/trafficserver/issues/8199#issuecomment-907285922
Taking a step back and please correct me if I am wrong. From my understanding we are talking about a setup like this: `client(s) -> ATS.1 -> ATS.2 -> origin` What is happening is when we have multiple clients connecting to an origin over the same HTTP/2 connection/session one client can be greedy when sending a POST and and fully use up the connection/session window by sending up to their stream window. Having this option will help us to better tune clients and make sure each stream is getting a share of the connection window and not starve out other streams. By default the session and stream windows will be the same. This is a tunable setting for those that have a more complex setup and want to tune the windows size independently. I am totally in favor for this option. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org