commit | 623af93722c6fda0d522f81a467bb18244ecd366 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 29 11:22:15 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 29 13:25:34 2021 +0100 |
tree | d77cbec5ddd39496a2ac33655e22ab0d06187ec1 | |
parent | bdbd5db2a50461fceb7fb89329e73d08f90e44fd [diff] |
MINOR: http-fetch: Don't check if argument list is set in sample fetches The list is always defined by definition. Thus there is no reason to test it. There is also plenty of checks on arguments types while it is already validated during the configuration parsing. But one thing at a time. This patch should fix the issue #1087.