router: add 500 cluster not found response code (#22148)

Signed-off-by: Kuat Yessenov <kuat@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ fd2732b69782318e8f1b70cd70012b91d1a3d325
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent 7e1e3468fc
commit 59cf5aa96b
  1. 3
      envoy/config/route/v3/route_components.proto

@ -724,6 +724,9 @@ message RouteAction {
// HTTP status code - 404 Not Found.
NOT_FOUND = 1;
// HTTP status code - 500 Internal Server Error.
INTERNAL_SERVER_ERROR = 2;
}
// Configures :ref:`internal redirect <arch_overview_internal_redirects>` behavior.

Loading…
Cancel
Save