diff options
author | yatagarasu <yatagarasu@yandex-team.ru> | 2022-02-10 16:50:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:52 +0300 |
commit | ff57f1c07cd312cef5d977c744b278d8e5985fb5 (patch) | |
tree | 88d3333e20fce66fe97b6531c462c1086dcfbc51 /library/cpp/uri/common.h | |
parent | ebe95a44a99a2982f3d625f1dd31751baec804eb (diff) | |
download | ydb-ff57f1c07cd312cef5d977c744b278d8e5985fb5.tar.gz |
Restoring authorship annotation for <yatagarasu@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/common.h')
-rw-r--r-- | library/cpp/uri/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/common.h b/library/cpp/uri/common.h index 80253577635..074d10a2de5 100644 --- a/library/cpp/uri/common.h +++ b/library/cpp/uri/common.h @@ -244,7 +244,7 @@ namespace NUri { * host contains only scheme-legal characters. */ FEATURE_NAME(NoRelPath), - + // standard prefers that all hex escapes were using uppercase A-F FEATURE_NAME(UpperEncoded), |