diff options
author | socialgraph <socialgraph@yandex-team.com> | 2022-09-19 20:37:31 +0300 |
---|---|---|
committer | socialgraph <socialgraph@yandex-team.com> | 2022-09-19 20:37:31 +0300 |
commit | 83c4742ef4b259478a7e54eb9d678a372ef7566b (patch) | |
tree | 1bdcc9f2aa7b3356693474e7909ee6ef7a60a740 /library | |
parent | 6e1198e17c1c0d756f00a601a19bd2caff25f8f6 (diff) | |
download | ydb-83c4742ef4b259478a7e54eb9d678a372ef7566b.tar.gz |
new canonization for robot
to new canonization in robot
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/uri/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/cpp/uri/common.h b/library/cpp/uri/common.h index f990809659..f439b5cfed 100644 --- a/library/cpp/uri/common.h +++ b/library/cpp/uri/common.h @@ -67,8 +67,7 @@ namespace NUri { FlagAuth = FlagUser | FlagPass, FlagFragment = FlagFrag, FlagAction = FlagScheme | FlagHostPort | FlagPath, - FlagNoFrag = FlagAction | FlagQuery, - FlagFragmentLess = FlagAction | FlagQuery | FlagHashBang, + FlagNoFrag = FlagAction | FlagQuery | FlagHashBang, FlagUrlFields = FlagUrlMAX - 1, FlagAll = FlagUrlFields, // obsolete, for backwards compatibility FlagAllFields = FlagAllMAX - 1 |