haproxy/include
Christopher Faulet 2bf43f0746 MINOR: htx: Use an array of char to store HTX blocks
Instead of using a array of (struct block), it is more natural and intuitive to
use an array of char. Indeed, not only (struct block) are stored in this array,
but also their payload.
2019-07-19 09:18:27 +02:00
..
common MINOR: htx: Use an array of char to store HTX blocks 2019-07-19 09:18:27 +02:00
import
proto MINOR: proto_htx: Add the function htx_return_srv_error() 2019-07-19 09:18:27 +02:00
types BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored 2019-07-16 15:23:09 +02:00