diff options
author | alexromanov <alexromanov@yandex-team.com> | 2023-04-10 21:33:45 +0300 |
---|---|---|
committer | alexromanov <alexromanov@yandex-team.com> | 2023-04-10 21:33:45 +0300 |
commit | 728fd2dad23676ba87ae0e9cc3093f63f41ff475 (patch) | |
tree | 04c0ba75334caff8f9ce1e20212ce8bc5dac20bb | |
parent | c8c0eace8047b7d6469e801ccf14204b265ce0d0 (diff) | |
download | ydb-728fd2dad23676ba87ae0e9cc3093f63f41ff475.tar.gz |
Don't allow 1043 to become fakes [mergeto:jupiter]
-rw-r--r-- | library/cpp/http/fetch/exthttpcodes.h | 1 |
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) |