aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http
diff options
context:
space:
mode:
authorbort <bort@yandex-team.ru>2022-02-10 16:49:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:51 +0300
commitc943ab142d4182af287664691cf116c143172792 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http
parent3c825ec76d7a17f9817306b93c44845be6a62d58 (diff)
downloadydb-c943ab142d4182af287664691cf116c143172792.tar.gz
Restoring authorship annotation for <bort@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http')
-rw-r--r--library/cpp/http/fetch/exthttpcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/http/fetch/exthttpcodes.h b/library/cpp/http/fetch/exthttpcodes.h
index af4d48c0e9..6b525052cd 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;