commit | 55372f646ff957c8adf45fc807bcfaa0709afd63 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 10 10:04:02 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:43 2018 +0200 |
tree | 2c197509751baf37734228a16a0686067f29649a | |
parent | 72a100b386ad892cbde333e04a350ad91641db07 [diff] |
MINOR: buffer: replace b{i,o}_put* with b_put* The two variants now do exactly the same (appending at the tail of the buffer) so let's not keep the distinction between these classes of functions and have generic ones for this. It's also worth noting that b{i,o}_putchk() wasn't used at all and was removed.