From 2fc9e9d87be0f6ca27a846d99cb4cbfe7d077a8f Mon Sep 17 00:00:00 2001
From: AdeshGhadage
Date: Tue, 21 Jan 2025 20:32:24 +0530
Subject: [PATCH] standardize 'HTTP/2' usage
---
.../config/networking/destination-rule/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/en/docs/reference/config/networking/destination-rule/index.html b/content/en/docs/reference/config/networking/destination-rule/index.html
index db313aefdd46..18c8fa7a268f 100644
--- a/content/en/docs/reference/config/networking/destination-rule/index.html
+++ b/content/en/docs/reference/config/networking/destination-rule/index.html
@@ -1105,8 +1105,8 @@ HTTPSettings
Maximum number of requests that will be queued while waiting for
a ready connection pool connection. Default 2^32-1.
Refer to https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/circuit_breaking
-under which conditions a new connection is created for HTTP2.
-Please note that this is applicable to both HTTP/1.1 and HTTP2.
+under which conditions a new connection is created for HTTP/2.
+Please note that this is applicable to both HTTP/1.1 and HTTP/2.
@@ -1116,7 +1116,7 @@ HTTPSettings
Maximum number of active requests to a destination. Default 2^32-1.
-Please note that this is applicable to both HTTP/1.1 and HTTP2.
+Please note that this is applicable to both HTTP/1.1 and HTTP/2.
|
@@ -1152,7 +1152,7 @@ HTTPSettings
the connection will be closed. If the connection is an HTTP/2
connection a drain sequence will occur prior to closing the connection.
Note that request based timeouts mean that HTTP/2 PINGs will not
-keep the connection alive. Applies to both HTTP1.1 and HTTP2 connections.
+keep the connection alive. Applies to both HTTP1.1 and HTTP/2 connections.
@@ -1240,7 +1240,7 @@ OutlierDetection
for more details.
The following rule sets a connection pool size of 100 HTTP1 connections
with no more than 10 req/connection to the “reviews” service. In addition,
-it sets a limit of 1000 concurrent HTTP2 requests and configures upstream
+it sets a limit of 1000 concurrent HTTP/2 requests and configures upstream
hosts to be scanned every 5 mins so that any host that fails 7 consecutive
times with a 502, 503, or 504 error code will be ejected for 15 minutes.
apiVersion: networking.istio.io/v1