commit | 6d6ee0dc0b9fb11a41a12256b11c4048e114331a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu May 25 10:36:04 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 26 17:17:00 2023 +0200 |
tree | c4427cc2dc31781c32ce1eccf51d056a0a544c7d | |
parent | 087c5f041bb4940bbe0f0cce2a0237748bbd2e2b [diff] |
MINOR: quic: fix stats naming for flow control BLOCKED frames There was a misnaming in stats counter for *_BLOCKED frames in regard to QUIC rfc convention. This patch fixes it to prevent future ambiguity : - STREAMS_BLOCKED -> STREAM_DATA_BLOCKED - STREAMS_DATA_BLOCKED_BIDI -> STREAMS_BLOCKED_BIDI - STREAMS_DATA_BLOCKED_UNI -> STREAMS_BLOCKED_UNI This should be backported up to 2.7.