]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: remove almost all references to buf->i and buf->o
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 14:42:02 +0000 (16:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit3ee8344b7bfd6bcf33d8d6062feca501be559c12
tree37e7d20bb268f8e755800f21840f187f51f8121f
parentacd14037940310749def5c83d8e9e6bf5986d705
MINOR: channel: remove almost all references to buf->i and buf->o

We use ci_data() and co_data() instead now everywhere we read these
values.
include/proto/channel.h
include/proto/proto_http.h