You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dynamic test server we might use the fault filter as a base class, in which case we need to include
the fault_filter.h. This include isn't available via external/envoy/..., but via extensions/filters/http/fault/fault_filter.h
This can hopefully easily be fixed via a small change in Envoy's build infra, similar to envoyproxy/envoy#8005
The text was updated successfully, but these errors were encountered:
- Updates the extension build config to add ADDITIONAL_VISIBILITY
- Allows fixing of envoyproxy#399: use the right include path for the fault
filter.
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
In the dynamic test server we might use the fault filter as a base class, in which case we need to include
the fault_filter.h. This include isn't available via
external/envoy/...
, but viaextensions/filters/http/fault/fault_filter.h
This can hopefully easily be fixed via a small change in Envoy's build infra, similar to envoyproxy/envoy#8005
The text was updated successfully, but these errors were encountered: