mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-15 16:04:37 +00:00
2b71810cb3
The current "ADD" vs "ADDQ" is confusing because when thinking in terms
of appending at the end of a list, "ADD" naturally comes to mind, but
here it does the opposite, it inserts. Several times already it's been
incorrectly used where ADDQ was expected, the latest of which was a
fortunate accident explained in
|
||
---|---|---|
.. | ||
cli.h | ||
conf.h | ||
config.h | ||
debug.h | ||
define.h | ||
event.h | ||
filter.h | ||
group.h | ||
http.h | ||
include.h | ||
opentracing.h | ||
parser.h | ||
pool.h | ||
scope.h | ||
util.h | ||
vars.h |