MEDIUM: buffers: move "output" from struct buffer to struct channel
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 22 Jun 2018 17:26:39 +0000 (19:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commit08afac0fd772b95353762046ed092e4d9493de46
tree202c4646f5085cd0c503e0f91370528a8b09672f
parent892f1dbe4fdd6073e0524c74a0caae3cff81181d
MEDIUM: buffers: move "output" from struct buffer to struct channel

Since we never access this field directly anymore, but only through the
channel's wrappers, it can now move to the channel. The buffers are now
completely free from the distinction between input and output data.
include/common/buf.h
include/common/buffer.h
include/proto/channel.h
include/types/channel.h
src/flt_http_comp.c