MINOR: http_fetch: add case insensitive support for smp_fetch_url_param
authorMartin DOLEZ <martin@dolez.fr>
Tue, 28 Mar 2023 13:06:05 +0000 (09:06 -0400)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Mar 2023 12:11:10 +0000 (14:11 +0200)
commit110e4a87333788185ab6f7ebe3092f0d215fdfe5
tree3ee4e45e834cdb8e51f03f95472d6915dd1f5895
parent1a9a994c1141e9daa12c9a11f922165417d40bf4
MINOR: http_fetch: add case insensitive support for smp_fetch_url_param

This commit adds a new argument to smp_fetch_url_param
that makes the parameter key comparison case-insensitive.
Several levels of callers were modified to pass this info.
include/haproxy/http.h
src/http.c
src/http_fetch.c