commit | 6f7607ef1fb314fc919bf2d40689a3edcfc8db1c | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed May 25 22:25:37 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 30 09:59:26 2022 +0200 |
tree | 6b00efd17b63fd72cda03de5871d55bbbe62ed86 | |
parent | 38dea05ca91238b982d68fcc464bf8165f743e16 [diff] |
MINOR: h3: Add a statistics module for h3 Add ->inc_err_cnt new callback to qcc_app_ops struct which can be called from xprt to increment the application level error code counters. It take the application context as first parameter to be generic and support new QUIC applications to come. Add h3_stats.c module with counters for all the frame types and error codes.