]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: da: Update of the DeviceAtlas API module
authorDavid Carlier <dcarlier@afilias.info>
Fri, 25 Sep 2015 13:16:30 +0000 (14:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:01:27 +0000 (14:01 +0200)
commit608c65ac6a348542406001329cf873c45270f2ad
tree285f4657e05eaf2ff6fbc9f7c66830fb0ba10cb1
parent5801a8247af17f05f7409d2aee8452cb66db0a85
MAJOR: da: Update of the DeviceAtlas API module

Introduction of the new keyword about the client's cookie name
via a new config entry.

Splits the work between the original convertor and the new fetch type.
The latter iterates through the whole list of HTTP headers but first,
make sure the request data are ready to process and set the input
to the string type rightly.

The API is then able to filter itself which headers are gueninely useful,
with a special care of the Client's cookie.

[WT: the immediate impact for the end user is that configs making use of
    "da-csv" won't load anymore and will need to be modified to use either
    "da-csv-conv" or "da-csv-fetch"]
src/da.c