-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add strict mode to validate protocol strings (#3638)
* feat: add strict mode to validate protocol strings * hotfix: fix test * fix: fix return pair and test param * test: add test for utf-8 validation * fix: cargo check * Update src/servers/src/prom_row_builder.rs Co-authored-by: Eugene Tolbakov <[email protected]> * fix: fix param of without_strict_mode * fix: change field name in HttpOptions * fix: replace if else with match * fix: replace all strict_mode with is_stirct_mode * fix: fix test_config_api * fix: fix bench, add vm handshake, catch error --------- Co-authored-by: Eugene Tolbakov <[email protected]> Co-authored-by: tison <[email protected]>
- Loading branch information
1 parent
2f4726f
commit 7a04bfe
Showing
9 changed files
with
230 additions
and
33 deletions.
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
Oops, something went wrong.