aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorrobot-tplatform-ci <robot-tplatform-ci@yandex-team.com>2024-01-24 01:04:51 +0300
committerrobot-tplatform-ci <robot-tplatform-ci@yandex-team.com>2024-01-24 01:22:04 +0300
commitace5cd702564953bcad8441d8dcaf0052a8bb5de (patch)
treef66735096b469a570b82009ffd91f886c4159a69 /yt
parentfe742a0b69a530f86d1ea7aa84978d673256f8b7 (diff)
downloadydb-ace5cd702564953bcad8441d8dcaf0052a8bb5de.tar.gz
update taxitool rev. 13288386
update taxitool; ci_url = https://a.yandex-team.ru/projects/automation_group_backend_mlu/ci/releases/flow?dir=taxi%2Ftaxi_tool&id=my-main-release&version=300
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/core/rpc/server_detail.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/yt/core/rpc/server_detail.cpp b/yt/yt/core/rpc/server_detail.cpp
index 82ba43afe4..9218725013 100644
--- a/yt/yt/core/rpc/server_detail.cpp
+++ b/yt/yt/core/rpc/server_detail.cpp
@@ -90,8 +90,12 @@ void TServiceContextBase::Reply(const TSharedRefArray& responseMessage)
// COMPAT(danilalexeev): legacy RPC codecs
if (header.has_codec()) {
+ YT_VERIFY(TryEnumCast(header.codec(), &ResponseCodec_));
SetResponseBodySerializedWithCompression();
}
+ if (header.has_format()) {
+ RequestHeader_->set_response_format(header.format());
+ }
if (header.has_error()) {
Error_ = FromProto<TError>(header.error());