commit | bfc4d77ad3e4ba146c07b3309030b28ddd120c94 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 18 11:22:03 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | 8b2dc3a34b86a16edabb6a434599871947e8470e | |
parent | deccd1116db31d64e864a60f0b1a9d0ce017ee1d [diff] |
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.