mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 09:52:54 +02:00
The macro IS_HTX_SMP() is only used at a place, in a context where the stream always exists. So, we can remove it to use IS_HTX_STRM() instead.