mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 04:02:44 +02:00
When we want to allocate an in buffer, it's in order to pass data to the applet, that will consume it, so it must be seen as the same as a send() from the higher level, i.e. MUX_TX. And for the outbuf, it's a stream endpoint returning data, i.e. DB_SE_RX.