commit | 08afac0fd772b95353762046ed092e4d9493de46 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Jun 22 19:26:39 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:43 2018 +0200 |
tree | 202c4646f5085cd0c503e0f91370528a8b09672f | |
parent | 892f1dbe4fdd6073e0524c74a0caae3cff81181d [diff] |
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.