aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/misc/httpcodes.h
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-13 16:32:39 +0300
committerMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-13 16:32:39 +0300
commit23387aafadce23ea77beffb2981e8c0e2f2a7f0a (patch)
tree54b0f95fca1ad03d93f5a18abdfe98e8ab34b420 /library/cpp/http/misc/httpcodes.h
parentee51155da394b56a8e3329d25a514422e5da7bc3 (diff)
parent4ab23311f7a6d45ac318179569df9ba46fb9ab68 (diff)
downloadydb-23387aafadce23ea77beffb2981e8c0e2f2a7f0a.tar.gz
Merge branch 'rightlib' into mergelibs-yurchuk-manual
Diffstat (limited to 'library/cpp/http/misc/httpcodes.h')
-rw-r--r--library/cpp/http/misc/httpcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h
index 4565b1c581b..b9407ec8eec 100644
--- a/library/cpp/http/misc/httpcodes.h
+++ b/library/cpp/http/misc/httpcodes.h
@@ -57,6 +57,7 @@ enum HttpCodes {
HTTP_PRECONDITION_REQUIRED = 428,
HTTP_TOO_MANY_REQUESTS = 429,
HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431,
+ HTTP_REQUESTED_HOST_UNAVAILABLE = 434,
HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451,
HTTP_INTERNAL_SERVER_ERROR = 500,