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 | 0beaf5069375bfa9589dbf4c281fbfcc7b11f71d (patch) | |
tree | 2a9075fe9636ba84e8db3369d5d39589cccac932 /library/cpp/http/misc | |
parent | 64b907678a38848c4af3d0270ccee688c5d7752c (diff) | |
download | ydb-0beaf5069375bfa9589dbf4c281fbfcc7b11f71d.tar.gz |
Restoring authorship annotation for <den@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/misc')
-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 ad8c80ac1e..2570ad019c 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: |