REORG: stconn/muxes: Rename init step in fast-forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Oct 2023 10:18:10 +0000 (12:18 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Oct 2023 10:46:55 +0000 (12:46 +0200)
commit203211f4cb5e35fb509835f8034ec84652da3011
treec56684925e11e102d6141e3462467f528b38f45a
parentd6d4abdc31e6b040c23e55e80ff88e4d7a534bc5
REORG: stconn/muxes: Rename init step in fast-forwarding

Instead of speaking of an initialisation stage for each data
fast-forwarding, we now use the negociate term. Thus init_ff/init_fastfwd
functions were renamed nego_ff/nego_fastfwd.
include/haproxy/connection-t.h
include/haproxy/stconn.h
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c