haproxy/include
Willy Tarreau d9cf540457 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.
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: mux: make mux->rcv_buf() take a size_t for the count 2018-07-19 16:23:41 +02:00