commit | 4fca5a9940cebd25041129748d08264adbc4d9f5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 15 19:37:42 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:42 2018 +0200 |
tree | 8bef5631a18d3354ac81e60f0150c8363a7f20a9 | |
parent | fdabbe243d5e75d9f2aa9e9dd4e9fb9af2c0aa0c [diff] |
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.