mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-11 09:37:20 +02:00
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.c | ||
conf.c | ||
event.c | ||
filter.c | ||
group.c | ||
http.c | ||
opentracing.c | ||
parser.c | ||
pool.c | ||
scope.c | ||
util.c | ||
vars.c |