commit | 77e478c56e477ed74e1156c9420b43fc894d6a53 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 19 07:03:14 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:42 2018 +0200 |
tree | b66a812f75355f24d5d40eddfac457f7c678e4fe | |
parent | 178b987025324b14c3bafa1b552859431781bd8e [diff] |
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.