summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/http/context.cpp
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-03-25 15:34:35 +0300
committerhiddenpath <[email protected]>2025-03-25 15:51:29 +0300
commite3fd8dfac36fb164abdd8b5219b148c6c9d15766 (patch)
treedc7333ee5c52fcb5fd7f42e3982130bbb5235fff /yt/cpp/mapreduce/http/context.cpp
parent57c8fd26cffde1b13b7aae3eede09c4e6678d805 (diff)
Split YT_PROXY_ROLE into http and rpc options
commit_hash:cc2686061c43671c755570899d39e082199e6879
Diffstat (limited to 'yt/cpp/mapreduce/http/context.cpp')
-rw-r--r--yt/cpp/mapreduce/http/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/http/context.cpp b/yt/cpp/mapreduce/http/context.cpp
index 531950c39e4..05dbce0a2e3 100644
--- a/yt/cpp/mapreduce/http/context.cpp
+++ b/yt/cpp/mapreduce/http/context.cpp
@@ -14,7 +14,7 @@ bool operator==(const TClientContext& lhs, const TClientContext& rhs)
lhs.UseTLS == rhs.UseTLS &&
lhs.TvmOnly == rhs.TvmOnly &&
lhs.ProxyAddress == rhs.ProxyAddress &&
- lhs.ProxyRole == rhs.ProxyRole;
+ lhs.RpcProxyRole == rhs.RpcProxyRole;
}
////////////////////////////////////////////////////////////////////////////////