forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: load rtds bool correctly as true/false instead of 1/0 (envoy…
…proxy#36044) Commit Message: Load RTDS boolean config correctly as true/false instead of 1/0 Additional Description: Currently, RTDS boolean values are being loaded as `1` or `0`, which is inconsistent with the expected `true` or `false` values. This discrepancy needs to be corrected so that boolean values are consistently loaded and represented as `true` or `false`. For further details, please refer to the [issue comment](envoyproxy#35762 (comment)) where this inconsistency is discussed. Risk Level: Low (to be consistent with initially loaded true/false value) Testing: new Unit Test Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a [Optional Fixes #Issue] envoyproxy#35762 --------- Signed-off-by: Gordon Wang <gordonwang@lyft.com>
- Loading branch information
1 parent
c091ca9
commit cd3346d
Showing
4 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters