commit | 97f538b895211583aa2de457e4af99f4cf6a7e84 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 15 19:41:31 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:42 2018 +0200 |
tree | 5c709898691904a44b2ef82f80c7ab15e3723ae0 | |
parent | 4fca5a9940cebd25041129748d08264adbc4d9f5 [diff] |
MINOR: stats: adapt to the new buffers API The changes are fairly straightforward. Some places require to trim the length. Maybe we'd need a b_extend() or b_adjust() for this.