commit | 0ce57b05de9a6ed316753ab8cd060390f4b89b62 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 18 11:18:33 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 18 11:20:55 2019 +0200 |
tree | b603f7ed336a1ec73832579d86bd5f40fc77c553 | |
parent | d432b3e5c875aa8b24ae993ae19c1beb7f5485b9 [diff] |
BUG/MINOR: mux-fcgi: Don't compare the filter name in its parsing callback The function parse_fcgi_flt() is called when the keyword "fcgi-app" is found on a filter line. We don't need to compare it again in the function. This patch fixes the issue #284. No backport needed.