-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Added max_requests_per_connection for downstream connection. #14936
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
Changes from 3 commits
3906abe
ff52d2d
5fa29e3
163c635
3fecf7e
68301da
236b9dc
e46bd37
6744578
944e461
69b3990
aed45e3
50fbcfb
a34504e
cab8b98
a1b6593
306227e
f9f204d
0a46515
8ed8e32
c74bfd2
97988ae
7607d85
a5ec9d8
c70c421
86ff39e
2418fd0
310a0cc
9926092
bfa9cac
5f9360e
f53cf49
6d80d9f
67d99a1
bdc5c59
83dd809
5306bb1
318096c
f6989ee
13d1358
a1cd357
8a97141
ee2bfd9
ebf6747
b34e753
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ message UpstreamHttpProtocolOptions { | |
| bool auto_san_validation = 2; | ||
| } | ||
|
|
||
| // [#next-free-field: 6] | ||
| // [#next-free-field: 7] | ||
| message HttpProtocolOptions { | ||
| option (udpa.annotations.versioning).previous_message_type = | ||
| "envoy.api.v2.core.HttpProtocolOptions"; | ||
|
|
@@ -104,6 +104,10 @@ message HttpProtocolOptions { | |
| // If this setting is not specified, the value defaults to ALLOW. | ||
| // Note: upstream responses are not affected by this setting. | ||
| HeadersWithUnderscoresAction headers_with_underscores_action = 5; | ||
|
|
||
| // Optional maximum requests for a downstream connection. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will change it to |
||
| // If not specified, there is no limit. | ||
| google.protobuf.UInt32Value max_requests_connection = 6; | ||
| } | ||
|
|
||
| // [#next-free-field: 8] | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.