MINOR: stconn: Add a connection flag to notify sending data are the last ones
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Feb 2024 07:43:09 +0000 (08:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:32:55 +0000 (17:32 +0100)
commit838fb54de6894736e028745ea7eba4e117dde838
treee47fcd28b1ac490400b43829d064428ffba1470e
parenta933569b52aa73d6ba271b1790f5ecc700be5b8c
MINOR: stconn: Add a connection flag to notify sending data are the last ones

This flag can be use by endpoints to know the data to send, via .snd_buf
callback function are the last ones. It is useful to know a shutdown is
pending but it cannot be delivered while sedning data are not consumed.
include/haproxy/connection-t.h
src/stconn.c