Skip to content

Commit 68ad198

Browse files
authored
Initialize YmqIsFifo (24-3) (#12718)
1 parent 030b601 commit 68ad198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/http_proxy/http_req.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct THttpResponseData {
5858
TString ErrorText{"OK"};
5959
TString YmqStatusCode;
6060
ui32 YmqHttpCode;
61-
bool YmqIsFifo;
61+
bool YmqIsFifo = false;
6262

6363
TString DumpBody(MimeTypes contentType);
6464
};

0 commit comments

Comments
 (0)