MINOR: buffer: replace bi_fast_delete() with b_del()
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Jul 2018 07:59:31 +0000 (09:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commit72a100b386ad892cbde333e04a350ad91641db07
tree91e4eb1d7ee2f0e44349548e065bfce9aca05323
parent08afac0fd772b95353762046ed092e4d9493de46
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.
include/common/buffer.h
src/h1.c
src/hlua.c
src/proto_http.c