commit | 83061a820e49f7fa8f149b3304f813f11f7695d2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 13 11:56:34 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:43 2018 +0200 |
tree | 56e7267484c3fea2cfcd146e22466165e45372ba | |
parent | 843b7cbe9dbffc55784cf14065342f5a2bd908c7 [diff] |
MAJOR: chunks: replace struct chunk with struct buffer Now all the code used to manipulate chunks uses a struct buffer instead. The functions are still called "chunk*", and some of them will progressively move to the generic buffer handling code as they are cleaned up.