diff options
author | den <den@yandex-team.ru> | 2022-02-10 16:49:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:43 +0300 |
commit | e990833b6d2409c81ebfaf00757131a791b02f6d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/misc/httpcodes.cpp | |
parent | 0beaf5069375bfa9589dbf4c281fbfcc7b11f71d (diff) | |
download | ydb-e990833b6d2409c81ebfaf00757131a791b02f6d.tar.gz |
Restoring authorship annotation for <den@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpcodes.cpp')
-rw-r--r-- | library/cpp/http/misc/httpcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpcodes.cpp b/library/cpp/http/misc/httpcodes.cpp index 2570ad019c..ad8c80ac1e 100644 --- a/library/cpp/http/misc/httpcodes.cpp +++ b/library/cpp/http/misc/httpcodes.cpp @@ -29,7 +29,7 @@ TStringBuf HttpCodeStrEx(int code) noexcept { return TStringBuf("208 Already reported"); case HTTP_IM_USED: return TStringBuf("226 IM used"); - + case HTTP_MULTIPLE_CHOICES: return TStringBuf("300 Multiple choices"); case HTTP_MOVED_PERMANENTLY: |