Automator: update istio.io@ reference docs (#8132)

This commit is contained in:
Istio Automation 2020-09-13 19:09:33 -07:00 committed by GitHub
parent 33859cf75f
commit ed21b83354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -1509,6 +1509,19 @@ No
<td>
<p>Specify if http1.1 connection should be upgraded to http2 for the associated destination.</p>
</td>
<td>
No
</td>
</tr>
<tr id="ConnectionPoolSettings-HTTPSettings-use_client_protocol">
<td><code>useClientProtocol</code></td>
<td><code>bool</code></td>
<td>
<p>If set to true, client protocol will be preserved while initiating connection to backend.
Note that when this is set to true, h2<em>upgrade</em>policy will be ineffective i.e. the client
connections will not be upgraded to http2.</p>
</td>
<td>
No