mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-08 00:21:36 +01:00
Passing unsigned ints everywhere is painful, and will cause some headache later when we'll want to integrate better with struct ist which already uses size_t. Let's switch buffers to use size_t instead.