MINOR: stconn: Rename SE_FL_MAY_FASTFWD and reorder bitfield
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 14:00:30 +0000 (15:00 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 14:00:32 +0000 (15:00 +0100)
commit7598c0ba699cab31cf3df6eb59506c9b5d7edf7e
tree23aa22023f9e8c5efb1f0641289a965cc1dc3f5c
parent8cfc11f46188118d9b714b9e4e8dd2b44be18c3d
MINOR: stconn: Rename SE_FL_MAY_FASTFWD and reorder bitfield

To fix a bug, a flag to announce the capabitlity to support the zero-copy
forwarding on the consumer side will be added on the SE descriptor. So the
old flag SE_FL_MAY_FASTFWD is renamed to indicate it concerns the producer
side. It is now SE_FL_MAY_FASTFWD_PROD. And to prepare addition of the new
flag, the bitfield is a bit reordered.
include/haproxy/sc_strm.h
include/haproxy/stconn-t.h
src/applet.c
src/cache.c
src/mux_h1.c
src/mux_pt.c
src/stats.c
src/stconn.c