commit | 11f6f85c4bcbb35f23555bcf2f3e5fa5d2cdfdba | [log] [tgz] |
---|---|---|
author | Maximilian Mader <max@bastelstu.be> | Wed Apr 21 00:22:48 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 21 12:15:14 2021 +0200 |
tree | 6f33456265856e5ba36dcdf99300c511ab36593b | |
parent | cb1847c77285ba6dbd413774fcf2282cafa19bd2 [diff] |
BUG/MINOR: uri_normalizer: Use delim parameter when building the sorted query in uri_normalizer_query_sort Currently the delimiter is hardcoded as ampersand (&) but the function takes the delimiter as a paramter. This patch replaces the hardcoded ampersand with the given delimiter.