]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: make url_param iterate over multiple occurrences
authorWilly Tarreau <w@1wt.eu>
Thu, 7 May 2015 14:06:18 +0000 (16:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 May 2015 11:16:07 +0000 (13:16 +0200)
commit1ede1daab60cae75db6d7d7742a11798bf17aa1c
tree44be61fed1e01c6363523ec03edd43cbdd480962
parent26ea82219064b1033f45dd8db83e3e0d22432b2d
MEDIUM: http: make url_param iterate over multiple occurrences

There are some situations hwere it's desirable to scan multiple occurrences
of a same parameter name in the query string. This change ensures this can
work, even with an empty name which will then iterate over all parameters.
doc/configuration.txt
src/proto_http.c