aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexromanov <alexromanov@yandex-team.com>2023-04-10 21:33:45 +0300
committeralexromanov <alexromanov@yandex-team.com>2023-04-10 21:33:45 +0300
commit728fd2dad23676ba87ae0e9cc3093f63f41ff475 (patch)
tree04c0ba75334caff8f9ce1e20212ce8bc5dac20bb
parentc8c0eace8047b7d6469e801ccf14204b265ce0d0 (diff)
downloadydb-728fd2dad23676ba87ae0e9cc3093f63f41ff475.tar.gz
Don't allow 1043 to become fakes [mergeto:jupiter]
-rw-r--r--library/cpp/http/fetch/exthttpcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/http/fetch/exthttpcodes.h b/library/cpp/http/fetch/exthttpcodes.h
index 6b525052cd..49e7e5e62d 100644
--- a/library/cpp/http/fetch/exthttpcodes.h
+++ b/library/cpp/http/fetch/exthttpcodes.h
@@ -49,6 +49,7 @@ enum ExtHttpCodes {
HTTP_FETCHER_BAD_RESPONSE = 1040,
HTTP_FETCHER_MB_ERROR = 1041,
HTTP_SSL_CERT_ERROR = 1042,
+ HTTP_FIREWALL_REJECT = 1043,
HTTP_PROXY_REQUEST_CANCELED = 1051,
// Custom (replace HTTP 200/304)