From 532fbf1b8dc926e421ef6c610ab39d1dcfd5f695 Mon Sep 17 00:00:00 2001 From: Sergey Skovorodkin Date: Wed, 18 Dec 2024 10:13:49 +0000 Subject: [PATCH] Initialize YmqIsFifo --- ydb/core/http_proxy/http_req.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/http_proxy/http_req.h b/ydb/core/http_proxy/http_req.h index 7683f7634f19..0081096d3891 100644 --- a/ydb/core/http_proxy/http_req.h +++ b/ydb/core/http_proxy/http_req.h @@ -58,7 +58,7 @@ struct THttpResponseData { TString ErrorText{"OK"}; TString YmqStatusCode; ui32 YmqHttpCode; - bool YmqIsFifo; + bool YmqIsFifo = false; TString DumpBody(MimeTypes contentType); };