haproxy/include
Willy Tarreau f6dfd88a92 MINOR: buffer: b_set_data() doesn't truncate output data anymore
b_set_data() is used :
  - in proto_http and hlua to trim input data (b_set_data(co_data()))
  - in SPOE to append data to a buffer while building a message

In no case will this truncate a buffer so we can safely remove the
test for len < b->output.
2018-07-19 16:23:43 +02:00
..
common MINOR: buffer: b_set_data() doesn't truncate output data anymore 2018-07-19 16:23:43 +02:00
import
proto MINOR: buffer: remove the check for output on b_del() 2018-07-19 16:23:43 +02:00
types MINOR: connection: add a new receive flag : CO_RFL_BUF_WET 2018-07-19 16:23:41 +02:00