commit | 1a9a994c1141e9daa12c9a11f922165417d40bf4 | [log] [tgz] |
---|---|---|
author | Martin DOLEZ <martin@dolez.fr> | Tue Mar 28 09:49:53 2023 -0400 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 30 14:10:59 2023 +0200 |
tree | fb9e3dbd3a112410aaf2b22f7122f0d6a0db5ec3 | |
parent | 3b7a351a97f9d59fe945bb9a2ec638653f486f14 [diff] |
MINOR: http_fetch: Add support for empty delim in url_param In prevision of adding a third parameter to the url_param sample-fetch function we need to make the second parameter optional. User can now pass a empty 2nd argument to keep the default delimiter.