]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: Add sample fetches to get the frontend and backend stream ID
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Nov 2023 15:34:23 +0000 (16:34 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Nov 2023 10:11:12 +0000 (11:11 +0100)
commit24059615a7a45fe95e50d99bd7f56e85b5ad86c1
treefcae0774aff9ab6be4f39416d2d187ca2b25f6ec
parentfd8ce788a5cc485ea366ec6ead08c83b5ca5aab2
MINOR: Add sample fetches to get the frontend and backend stream ID

"fc.id" and "bc.id" sample fetches can now be used to get, respectively, the
frontend or the backend stream ID. They rely on ->sctl() callback function
on the mux attached to the corresponding SC.

It means these sample fetches work only for connection, not applets, and
from the time a multiplexer is installed.
doc/configuration.txt
src/stconn.c