diff options
| author | quick <[email protected]> | 2022-02-10 16:50:34 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:34 +0300 |
| commit | 2dd8fdb1ffb3a41a06df16a87e9f25f9daf31973 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/uri/parse.cpp | |
| parent | aa9a314f252b3cd271b4fc5ba7f042ace11ec744 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/parse.cpp')
| -rw-r--r-- | library/cpp/uri/parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/parse.cpp b/library/cpp/uri/parse.cpp index 739ccbb3d13..1db4e008c49 100644 --- a/library/cpp/uri/parse.cpp +++ b/library/cpp/uri/parse.cpp @@ -146,7 +146,7 @@ namespace NUri { const TSection& scheme = Sections[TField::FieldScheme]; Scheme = scheme.IsSet() ? TSchemeInfo::GetKind(scheme.Get()) : TScheme::SchemeEmpty; const TSchemeInfo& schemeInfo = TSchemeInfo::Get(Scheme); - + if (IsRootless()) { // opaque case happens if (schemeInfo.FldReq & TField::FlagHost) |
