mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-27 11:50:48 -05: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 | ||