diff options
author | bort <bort@yandex-team.ru> | 2022-02-10 16:49:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:51 +0300 |
commit | 3c825ec76d7a17f9817306b93c44845be6a62d58 (patch) | |
tree | 80c18b6506c942ebf230310deca500141c308048 /library/cpp/http/fetch/exthttpcodes.h | |
parent | 8e39421d5f7b28ca12255c9a4fd8a6c593592588 (diff) | |
download | ydb-3c825ec76d7a17f9817306b93c44845be6a62d58.tar.gz |
Restoring authorship annotation for <bort@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch/exthttpcodes.h')
-rw-r--r-- | library/cpp/http/fetch/exthttpcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/fetch/exthttpcodes.h b/library/cpp/http/fetch/exthttpcodes.h index 6b525052cd9..af4d48c0e94 100644 --- a/library/cpp/http/fetch/exthttpcodes.h +++ b/library/cpp/http/fetch/exthttpcodes.h @@ -79,7 +79,7 @@ enum ExtHttpCodes { EXT_HTTP_CUSTOM_PARTIAL_CONTENT = 2023, EXT_HTTP_EMPTY_RESPONSE = 2024, EXT_HTTP_REL_CANONICAL = 2025, - + EXT_HTTP_EXT_SUCCESS_END = 3000, // to check if code variable is in success interval EXT_HTTP_HOSTFILTER = 3001, EXT_HTTP_URLFILTER = 3002, @@ -131,7 +131,7 @@ enum HttpFlags { CanBeFake = 2048, }; -const size_t EXT_HTTP_CODE_MAX = 1 << 12; +const size_t EXT_HTTP_CODE_MAX = 1 << 12; static inline int Http2Status(int code) { extern ui16* http2status; |