MINOR: stream-int: use the new buffer API
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Jun 2018 05:03:14 +0000 (07:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit77e478c56e477ed74e1156c9420b43fc894d6a53
treeb66a812f75355f24d5d40eddfac457f7c678e4fe
parent178b987025324b14c3bafa1b552859431781bd8e
MINOR: stream-int: use the new buffer API

A few locations still accessing ->i and ->o directly were changed to
use ci_data() and co_data() respectively. A call to b_del() was replaced
with co_set_data() in si_cs_send() so that ->o will is automatically be
decremented after the migration.
src/stream_interface.c