MEDIUM: spoe: use the new buffer API for the SPOE buffer
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 17:37:42 +0000 (19:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit4fca5a9940cebd25041129748d08264adbc4d9f5
tree8bef5631a18d3354ac81e60f0150c8363a7f20a9
parentfdabbe243d5e75d9f2aa9e9dd4e9fb9af2c0aa0c
MEDIUM: spoe: use the new buffer API for the SPOE buffer

The buffer is not used as a forwarding buffer so we can simply map ->i
to ->len and ->p to b_head(). It *seems* that p is never modified, so
that we could even always use b_orig(). This needs to be rechecked.
src/flt_spoe.c