MINOR: mux-h1: Don't set CS flags in internal parsing functions
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Sep 2020 13:35:37 +0000 (15:35 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:48 +0000 (14:41 +0100)
commita583af6333f4ef69c51ce277db737e8296fb8617
tree705acaa42fd0763c83c1c5460e2ba53ec7521289
parentd17ad8214fa2cbad3ef0555bbd91afc26221328e
MINOR: mux-h1: Don't set CS flags in internal parsing functions

Now, only h1_process_input() function set or unset the conn-stream
flags. This way, internal parsing functions don't rely anymore on the
conn-stream.
src/mux_h1.c