haproxy/include
Willy Tarreau bfc4d77ad3 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count
Just like we have a size_t for xprt->snd_buf(), we adjust to use size_t
for rcv_buf()'s count argument and return value. It also removes the
ambiguity related to the possibility to see a negative value there.
2018-07-19 16:23:41 +02:00
..
common MINOR: buffer: make b_getblk_nc() take size_t for the block sizes 2018-07-19 16:23:41 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: buffer: make b_getblk_nc() take size_t for the block sizes 2018-07-19 16:23:41 +02:00
types MEDIUM: connection: make xprt->rcv_buf() use size_t for the count 2018-07-19 16:23:41 +02:00