commit | d9cf540457342d1a14722a9f3212eceab3847349 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 18 11:29:06 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | af5fe213d66db1beed8dcc5a649d77771c20222e | |
parent | bfc4d77ad3e4ba146c07b3309030b28ddd120c94 [diff] |
MEDIUM: mux: make mux->rcv_buf() take a size_t for the count It also returns a size_t. This is in order to clean the API. Note that the H2 mux still uses some ints in the functions called from h2_rcv_buf(), though it's not really a problem given that H2 frames are smaller. It may deserve a general cleanup later though.