aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/exthttpcodes.h
diff options
context:
space:
mode:
authorbazil <bazil@yandex-team.ru>2022-02-10 16:49:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:43 +0300
commit18b37a6b1f9505f53dbc85a6f934d9f1ee4612e2 (patch)
tree8960ed7c1df8c28705b0ca07b4a5ecefc7ddff4e /library/cpp/http/fetch/exthttpcodes.h
parentd2247f243d31adde8feb765324e40c83c5a90999 (diff)
downloadydb-18b37a6b1f9505f53dbc85a6f934d9f1ee4612e2.tar.gz
Restoring authorship annotation for <bazil@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/fetch/exthttpcodes.h')
-rw-r--r--library/cpp/http/fetch/exthttpcodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/http/fetch/exthttpcodes.h b/library/cpp/http/fetch/exthttpcodes.h
index 6b525052cd9..0215e405145 100644
--- a/library/cpp/http/fetch/exthttpcodes.h
+++ b/library/cpp/http/fetch/exthttpcodes.h
@@ -117,7 +117,7 @@ enum HttpFlags {
// connection
ShouldDisconnect = 1,
ShouldRetry = 2,
- // UNUSED 4
+ // UNUSED 4
// indexer
ShouldReindex = 8,
@@ -125,8 +125,8 @@ enum HttpFlags {
CheckLocation = 32,
CheckLinks = 64,
MarkSuspect = 128,
- // UNUSED 256
- // UNUSED 512
+ // UNUSED 256
+ // UNUSED 512
MoveRedir = 1024,
CanBeFake = 2048,
};