aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbe-my-fire <be-my-fire@yandex-team.com>2025-01-29 19:26:47 +0300
committerbe-my-fire <be-my-fire@yandex-team.com>2025-01-29 19:46:59 +0300
commit33d44b2bedb421e306f3d84d21027e297f7575ea (patch)
treed35798218513415e22e055b402ddd6f78121827a
parent1210c39795627c1fb10263e13b227022e7b6243e (diff)
downloadydb-33d44b2bedb421e306f3d84d21027e297f7575ea.tar.gz
Add HTTP 434 code
init commit_hash:4936105cd44fb5f52407113627e37ccc4755ed96
-rw-r--r--yt/yt/core/http/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/core/http/http.h b/yt/yt/core/http/http.h
index 0de762c235..25aad95727 100644
--- a/yt/yt/core/http/http.h
+++ b/yt/yt/core/http/http.h
@@ -75,6 +75,7 @@ namespace NYT::NHttp {
XX(428, PreconditionRequired, Precondition Required) \
XX(429, TooManyRequests, Too Many Requests) \
XX(431, RequestHeaderFieldsTooLarge, Request Header Fields Too Large) \
+ XX(434, RequestedHostUnavailable, Requested Host Unavailable) \
XX(451, UnavailableForLegalReasons, Unavailable For Legal Reasons) \
XX(499, ClientClosedRequest, Client Closed Request) \
XX(500, InternalServerError, Internal Server Error) \