commit | db398435aaa210ff5cbe56892d0aa8491d3c5dfa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 15 11:08:52 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:41:50 2018 +0100 |
tree | c78a83901ea6df52cba29966099b5d0adc0cdedd | |
parent | b26a6f97083138504abf3d61b1e0d698223a9dcb [diff] |
MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() Remaining calls to si_cant_put() were all for lack of room and were turned to si_rx_room_blk(). A few places where SI_FL_RXBLK_ROOM was cleared by hand were converted to si_rx_room_rdy(). The now unused si_cant_put() function was removed.