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
commit64b907678a38848c4af3d0270ccee688c5d7752c (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/fetch/exthttpcodes.h
parent18b37a6b1f9505f53dbc85a6f934d9f1ee4612e2 (diff)
downloadydb-64b907678a38848c4af3d0270ccee688c5d7752c.tar.gz
Restoring authorship annotation for <bazil@yandex-team.ru>. Commit 2 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 0215e40514..6b525052cd 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,
};