]> git.kaiwu.me - haproxy.git/commit
MINOR: proxy: convert proxy flags to uint
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 12 Jan 2026 09:53:57 +0000 (10:53 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 26 Feb 2026 17:24:36 +0000 (18:24 +0100)
commitdd55f2246e0b539472da59b096d0be12b7760933
treeed43fa892022995f0510ad266b5a3a3721c49ed4
parent78549c66c5d2105cccbc6b6bda89d70a91a9eedf
MINOR: proxy: convert proxy flags to uint

Proxy flags member were of type char. This will soon enough not be
sufficient as new flags will be defined. As such, convert flags member
to unsigned int type.
include/haproxy/proxy-t.h