haproxy/include
Willy Tarreau 892f1dbe4f MINOR: buffer: rename the "data" field to "area"
Since we use "_data" for the amount of data at many places, as opposed to
"_space" for the amount of space, let's rename the "data" field to "area"
so that we can reuse "data" later for the amount of data in the buffer
(currently called "len" despite not being contigous).
2018-07-19 16:23:43 +02:00
..
common MINOR: buffer: rename the "data" field to "area" 2018-07-19 16:23:43 +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: 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