]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Use an enum to identify last and waiting entities for streams
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Oct 2024 12:53:56 +0000 (13:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 31 Oct 2024 19:24:37 +0000 (20:24 +0100)
commitc64712b0852a8ed8389d21b17bb2a862dc2b4e1b
treea34a295fca60f506be30e759f217a3bc230dea88
parent537f20eb3ee04360266f6d3ee8f0b4abc5bc79a5
MINOR: stream: Use an enum to identify last and waiting entities for streams

Instead of using 1 for last/waiting rule and 2 for last/waiting filter, an
enum is used. It is less ambiguous this way.
include/haproxy/stream-t.h
src/filters.c
src/http_ana.c
src/stream.c
src/tcp_rules.c