MINOR: stream: use wrappers instead of directly manipulating buffers
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 17:24:46 +0000 (19:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit7e9c30a7e0a7b8e8af7fac7acc1fc96b88b83bb5
treeac2e40ef134bb78c7c70761b25bf4005fe3ed957
parent77e478c56e477ed74e1156c9420b43fc894d6a53
MINOR: stream: use wrappers instead of directly manipulating buffers

This will help transitioning to the new API. These changes are very
scarce limited.
src/stream.c