BUG/MINOR: uri_normalizer: Use delim parameter when building the sorted query in...
authorMaximilian Mader <max@bastelstu.be>
Tue, 20 Apr 2021 22:22:48 +0000 (00:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 21 Apr 2021 10:15:14 +0000 (12:15 +0200)
commit11f6f85c4bcbb35f23555bcf2f3e5fa5d2cdfdba
tree6f33456265856e5ba36dcdf99300c511ab36593b
parentcb1847c77285ba6dbd413774fcf2282cafa19bd2
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.
src/uri_normalizer.c