To not mix it up with the legacy HTTP representation, this function has been
rename check_implicit_http_comp_flt().
#include <types/proxy.h>
-int check_legacy_http_comp_flt(struct proxy *proxy);
-
+int check_implicit_http_comp_flt(struct proxy *proxy);
#endif // _PROTO_FLT_HTTP_COMP_H
if (fconf->ops->check)
err += fconf->ops->check(proxy, fconf);
}
- err += check_legacy_http_comp_flt(proxy);
+ err += check_implicit_http_comp_flt(proxy);
return err;
}
int
-check_legacy_http_comp_flt(struct proxy *proxy)
+check_implicit_http_comp_flt(struct proxy *proxy)
{
struct flt_conf *fconf;
int err = 0;