commit | 72a100b386ad892cbde333e04a350ad91641db07 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 10 09:59:31 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:43 2018 +0200 |
tree | 91e4eb1d7ee2f0e44349548e065bfce9aca05323 | |
parent | 08afac0fd772b95353762046ed092e4d9493de46 [diff] |
MINOR: buffer: replace bi_fast_delete() with b_del() There's no distinction between in and out data now. The latter covers the needs of the former and supports wrapping. The extra cost is negligible given the locations where it's used.