commit | bb6296ce065bf67f82dce2c0f5d37164b68d7bfc | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 09 15:00:17 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Dec 22 16:29:59 2022 +0100 |
tree | bb4a82089e1a086e44157cc402be5ff66acb2f4b | |
parent | a473f196f183830295ca6971fdc989af084bdda9 [diff] |
MINOR: mux-quic: do not count stream flow-control if already closed It is unnecessary to increase stream credit once its size is known. Indeed, a peer cannot sent a greater offset than the value advertized. Else, connection will be closed on STREAM reception with FINAL_SIZE_ERROR. This commit is a small optimization and may prevent the emission of unneeded MAX_STREAM_DATA frames on some occasions. It should be backported up to 2.7.