MINOR: mux-h1: Use a dedicated function to conditionnaly set EOI flag on SE
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Oct 2024 07:36:15 +0000 (09:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Oct 2024 08:22:51 +0000 (10:22 +0200)
commit267ba1d8896ebd14e8570175dfb85d74631564c8
treeecd6bea34150e4c227c323cb950dde29d3c76e7e
parent6b39e245e1d58698310fbb06b8122423232be9a4
MINOR: mux-h1: Use a dedicated function to conditionnaly set EOI flag on SE

The same conditions are evaluated in h1_process_demux() and h1_fastfwd() to
know if SE_FL_EOI flag must be set or not on the sedesc. So now, a dedicated
function is used.
src/mux_h1.c