BUG/MEDIUM: queue: Make process_srv_queue return the number of streams
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 23 Dec 2024 14:17:25 +0000 (14:17 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Jan 2025 10:28:56 +0000 (11:28 +0100)
commit70588a16903002709cf3c84255ad8ded73f8e584
treea2d42bacab3c99762d748c1d843db2a3c23b47a6
parentce58bc356d32b617b6777b71600e419d2c943bbe
BUG/MEDIUM: queue: Make process_srv_queue return the number of streams

Make process_srv_queue() return the number of streams unqueued, as
pendconn_grab_from_px() did, as that number is used by
srv_update_status() to generate logs.

This should be backported up to 2.6 with
111ea83ed4e13ac3ab028ed5e95201a1b4aa82b8

(cherry picked from commit 5b8899b6ccc7dab3a54a51dcb8ba1512bd0c886c)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/queue.h
src/queue.c
src/server.c