Skip to content

Commit c1312a8

Browse files
authored
Add docs for max_concurrent_streams (#3059)
Signed-off-by: Jackie Elliott <[email protected]>
1 parent f6dca74 commit c1312a8

File tree

6 files changed

+40
-6
lines changed

6 files changed

+40
-6
lines changed

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,7 @@ message ConnectionPoolSettings {
821821
// Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client
822822
// connections will not be upgraded to http2.
823823
bool use_client_protocol = 7;
824-
825-
// $hide_from_docs
824+
826825
// The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
827826
// Defaults to 2^31-1.
828827
int32 max_concurrent_streams = 8;

networking/v1beta1/destination_rule.pb.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/destination_rule.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,7 @@ message ConnectionPoolSettings {
770770
// Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client
771771
// connections will not be upgraded to http2.
772772
bool use_client_protocol = 7;
773-
774-
// $hide_from_docs
773+
775774
// The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
776775
// Defaults to 2^31-1.
777776
int32 max_concurrent_streams = 8;

0 commit comments

Comments
 (0)