]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: proxy_protocol: Use `size_t` when parsing TLVs
authorTim Duesterhus <tim@bastelstu.be>
Thu, 5 Mar 2020 22:11:02 +0000 (23:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2020 10:16:19 +0000 (11:16 +0100)
commitba837ec3674a1a783a56f8ecc040f4fc475bd2f5
tree500db88a2b18b5032c30d9445de99c95d2c469a0
parent488ee7fb6e4a388bb68153341826a6391da794e9
CLEANUP: proxy_protocol: Use `size_t` when parsing TLVs

Change `int` to `size_t` for consistency.
src/connection.c