commit | 6ec9837fca1ba47373eef17246eae1f84516b2f7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Aug 01 17:59:38 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Aug 03 15:04:18 2022 +0200 |
tree | 9a33bac720521fde916f8cc2fea1db8a2efa9fb5 | |
parent | 418ba2146124935fb5270144c8fff8d3495f1ec4 [diff] |
MINOR: mux-quic: refactor refresh timeout function Try to reorganize qcc_refresh_timeout() to improve its readability. The main objective is to reduce the indentation level and if sequences by using goto statement to the end of the function. Also, backend and frontend code path should be more explicit with this new version.