BUG/MINOR: mux-h1: Always initilize h1m variable in h1_process_input()
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Feb 2019 13:45:05 +0000 (14:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 Feb 2019 13:51:17 +0000 (14:51 +0100)
commit7402776c52292619c55355a402c35aab3b3b7f7e
treed211644959cf31e77411afeb9bc4b0c8ca7e87ab
parentf0dd03745647f91bb4adba1412e51a828cd112bc
BUG/MINOR: mux-h1: Always initilize h1m variable in h1_process_input()

It is used at the end of the function to know if the end of the message was
reached. So we must be sure to always initialize it.

This patch must be backported to 1.9.
src/mux_h1.c