Skip to content
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

Use AsciiStrToLower to lower-case a string #1271

Merged
merged 2 commits into from
Jan 1, 2025
Merged

Conversation

yurykats
Copy link
Contributor

@yurykats yurykats commented Jan 1, 2025

This makes the code compatible with a future Protobuf release where various methods return absl::string_view instead of std::string or const std::string&.

This makes the code compatible with a future Protobuf release where various methods return absl::string_view instead of std::string or const std::string&.

Signed-off-by: Yury Kats <[email protected]>
Use AsciiStrToLower to lower-case a string
@yurykats yurykats marked this pull request as ready for review January 1, 2025 19:18
@mum4k mum4k merged commit 1f6f8e9 into envoyproxy:main Jan 1, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants