]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id
authorMarcin Deranek <marcin.deranek@booking.com>
Mon, 12 Dec 2016 13:08:05 +0000 (14:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Dec 2016 14:10:43 +0000 (15:10 +0100)
commitd2471c2bdc98e2c014624ecff9747528397aee57
tree0ff8acb6b30d785ae965c408663260a91f2db7ba
parent8e0f17543e4d6d5b1e8b87e05341d0d9fb53c203
MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id

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.
doc/configuration.txt
src/backend.c
src/frontend.c