MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions handling errors
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Nov 2022 16:07:48 +0000 (17:07 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Nov 2022 16:07:49 +0000 (17:07 +0100)
commita1a76ce709b453f6bf58dc720648ad258eef2811
treef1dff7df280f8ecb5ad7a4b089709f24c6f931aa
parent227424450c874cd17fbf81af487c2f2775668877
MINOR: mux-h1: Remove H1C_F_WAIT_NEXT_REQ in functions handling errors

If is cleaner to remove this flag in the internal functions handling errors,
responsible to update the H1 connection state, instead to do so in calling
functions. This will hopefully avoid bugs in future.
src/mux_h1.c