mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 11:29:07 +02:00
These 2 patches add ability to fetch frontend/backend name in your logic, so they can be used later to make routing decisions (fe_name) or taking some actions based on backend which responded to request (be_name). In our case we needed a fetcher to be able to extract information we needed from frontend name.