From 00182c0fb64cb42745cecbbae8527d90b400d951 Mon Sep 17 00:00:00 2001 From: Jamie Hewland Date: Wed, 7 Feb 2018 18:55:58 +0200 Subject: [PATCH] docs: Unhide RedirectAction.https_redirect (#470) Signed-off-by: Jamie Hewland --- envoy/api/v2/route/route.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/api/v2/route/route.proto b/envoy/api/v2/route/route.proto index feb07bf5..7e696265 100644 --- a/envoy/api/v2/route/route.proto +++ b/envoy/api/v2/route/route.proto @@ -563,7 +563,7 @@ message RedirectAction { // code is MOVED_PERMANENTLY (301). RedirectResponseCode response_code = 3 [(validate.rules).enum.defined_only = true]; - // [#not-implemented-hide:] The scheme portion of the URL will be swapped with "https". + // The scheme portion of the URL will be swapped with "https". bool https_redirect = 4; }