From bae9d68c9cf003b3033cc8a8cfb1a3bf30d1ede6 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Tue, 13 Feb 2018 05:46:37 +0700 Subject: [PATCH] Enable setting host header value for HTTP HC Signed-off-by: Dhi Aurrahman --- envoy/api/v2/core/health_check.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/api/v2/core/health_check.proto b/envoy/api/v2/core/health_check.proto index 1c0df0e15..c1b609a94 100644 --- a/envoy/api/v2/core/health_check.proto +++ b/envoy/api/v2/core/health_check.proto @@ -57,7 +57,7 @@ message HealthCheck { } message HttpHealthCheck { - // [#not-implemented-hide:] The value of the host header in the HTTPS health check request. If + // The value of the host header in the HTTP health check request. If // left empty (default value), the IP on behalf of which this health check is performed will be // used. string host = 1;