MINOR: http-fetch: Don't check if argument list is set in sample fetches
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Jan 2021 10:22:15 +0000 (11:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 29 Jan 2021 12:25:34 +0000 (13:25 +0100)
commit623af93722c6fda0d522f81a467bb18244ecd366
treed77cbec5ddd39496a2ac33655e22ab0d06187ec1
parentbdbd5db2a50461fceb7fb89329e73d08f90e44fd
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.
src/http_fetch.c