DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Oct 2023 09:43:01 +0000 (11:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Oct 2023 09:44:54 +0000 (11:44 +0200)
commit55d2fc0c02103841725354cbba97d33f73c6ff4e
tree8038f6421fdff00a19a9ee1e1a0a9af97222ab03
parentf76e94d231449d9da6d7f5b5df18d9bfb9975180
DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder

The two recent commits below each added one flag to h2c but omitted to
update the __APPEND_FLAG macro used by dev/flags so they are not
properly decoded:

  3dd963b35 ("BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again")
  68d02e5fa ("BUG/MINOR: mux-h2: make up other blocked streams upon removal from list")

This can be backported along with these commits.
include/haproxy/mux_h2-t.h