diff options
author | quick <quick@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
commit | 2dd8fdb1ffb3a41a06df16a87e9f25f9daf31973 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/uri/parse.h | |
parent | aa9a314f252b3cd271b4fc5ba7f042ace11ec744 (diff) | |
download | ydb-2dd8fdb1ffb3a41a06df16a87e9f25f9daf31973.tar.gz |
Restoring authorship annotation for <quick@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/parse.h')
-rw-r--r-- | library/cpp/uri/parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/uri/parse.h b/library/cpp/uri/parse.h index 8258e4e7430..ca2358e5728 100644 --- a/library/cpp/uri/parse.h +++ b/library/cpp/uri/parse.h @@ -352,8 +352,8 @@ namespace NUri { if (Sections[fld1].IsSet() && Sections[fld2].IsSet() && Sections[fld1].Beg == Sections[fld2].Beg) { Sections[fld1].Reset(); } - } - + } + bool doParse(const char* str_beg, size_t length); TState::EParsed ParseImpl(); }; |