]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: use the wrappers instead of directly manipulating buffer states
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 16:07:57 +0000 (18:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commita79021af6f2a3481718041f30fb3bf5a5fc4b859
tree02c12c656f0b8e4c05ea762a64c77a4d1b010b20
parent0b662843c8b84df7a915f46bb3adc5d1e9c4695e
MINOR: lua: use the wrappers instead of directly manipulating buffer states

This replaces chn->buf->p with ci_head(chn), chn->buf->o with co_data(chn)
and chn->buf->i with ci_data(chn). This is in order to help porting to the
new buffer API.
src/hlua.c