failOpen property
Determines how the proxy behaves if the call to the extension fails or times out.
When set to TRUE
, request or response processing continues without
error. Any subsequent extensions in the extension chain are also executed.
When set to FALSE
or the default setting of FALSE
is used, one of the
following happens: * If response headers have not been delivered to the
downstream client, a generic 500 error is returned to the client. The
error response can be tailored by configuring a custom error response in
the load balancer. * If response headers have been delivered, then the
HTTP stream to the downstream client is reset.
Optional.
Implementation
core.bool? failOpen;