Skip to content

Commit

Permalink
Add docs for max_concurrent_streams (#3059)
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Elliott <jaellio@microsoft.com>
  • Loading branch information
jaellio committed Jan 22, 2024
1 parent f6dca74 commit c1312a8
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 6 deletions.
26 changes: 26 additions & 0 deletions kubernetes/customresourcedefinitions.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion networking/v1alpha3/destination_rule.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions networking/v1alpha3/destination_rule.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions networking/v1alpha3/destination_rule.proto
Expand Up @@ -821,8 +821,7 @@ message ConnectionPoolSettings {
// Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client
// connections will not be upgraded to http2.
bool use_client_protocol = 7;

// $hide_from_docs

// The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
// Defaults to 2^31-1.
int32 max_concurrent_streams = 8;
Expand Down
1 change: 0 additions & 1 deletion networking/v1beta1/destination_rule.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions networking/v1beta1/destination_rule.proto
Expand Up @@ -770,8 +770,7 @@ message ConnectionPoolSettings {
// Note that when this is set to true, h2_upgrade_policy will be ineffective i.e. the client
// connections will not be upgraded to http2.
bool use_client_protocol = 7;

// $hide_from_docs

// The maximum number of concurrent streams allowed for a peer on one HTTP/2 connection.
// Defaults to 2^31-1.
int32 max_concurrent_streams = 8;
Expand Down

0 comments on commit c1312a8

Please sign in to comment.