aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/misc/httpcodes.h
diff options
context:
space:
mode:
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 4565b1c581..b9407ec8ee 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,