mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 09:59:37 +02:00
The buffer ring management functions br_* were all stuffed with BUG_ON() statements that never triggered and that are on some fast paths (e.g. in mux_h2). Let's turn them to BUG_ON_HOT() instead.