MINOR: quic: fix stats naming for flow control BLOCKED frames
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 25 May 2023 08:36:04 +0000 (10:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 May 2023 15:17:00 +0000 (17:17 +0200)
commit6d6ee0dc0b9fb11a41a12256b11c4048e114331a
treec4427cc2dc31781c32ce1eccf51d056a0a544c7d
parent087c5f041bb4940bbe0f0cce2a0237748bbd2e2b
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.
include/haproxy/quic_conn-t.h
include/haproxy/quic_stats-t.h
src/quic_conn.c
src/quic_stats.c