Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize 'HTTP/2' usage and replace URLs with Markdown links #16189

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,8 @@ <h3 id="ConnectionPoolSettings-HTTPSettings">HTTPSettings</h3>
<p>Maximum number of requests that will be queued while waiting for
a ready connection pool connection. Default 2^32-1.
Refer to <a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/circuit_breaking">https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/circuit_breaking</a>
under which conditions a new connection is created for HTTP2.
Please note that this is applicable to both HTTP/1.1 and HTTP2.</p>
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.</p>

</td>
</tr>
Expand All @@ -1116,7 +1116,7 @@ <h3 id="ConnectionPoolSettings-HTTPSettings">HTTPSettings</h3>
</div></td>
<td>
<p>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.</p>
Please note that this is applicable to both HTTP/1.1 and HTTP/2.</p>

</td>
</tr>
Expand Down Expand Up @@ -1152,7 +1152,7 @@ <h3 id="ConnectionPoolSettings-HTTPSettings">HTTPSettings</h3>
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.</p>
keep the connection alive. Applies to both HTTP1.1 and HTTP/2 connections.</p>

</td>
</tr>
Expand Down Expand Up @@ -1240,7 +1240,7 @@ <h2 id="OutlierDetection">OutlierDetection</h2>
for more details.</p>
<p>The following rule sets a connection pool size of 100 HTTP1 connections
with no more than 10 req/connection to the &ldquo;reviews&rdquo; 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.</p>
<pre><code class="language-yaml">apiVersion: networking.istio.io/v1
Expand Down