commit | 110e4a87333788185ab6f7ebe3092f0d215fdfe5 | [log] [tgz] |
---|---|---|
author | Martin DOLEZ <martin@dolez.fr> | Tue Mar 28 09:06:05 2023 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 30 14:11:10 2023 +0200 |
tree | 3ee4e45e834cdb8e51f03f95472d6915dd1f5895 | |
parent | 1a9a994c1141e9daa12c9a11f922165417d40bf4 [diff] |
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.