Skip to content

Commit 5ba6c34

Browse files
authored
Initialize YmqIsFifo (#12720)
1 parent e464f3d commit 5ba6c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/http_proxy/http_req.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ struct THttpResponseData {
5757
NJson::TJsonValue Body;
5858
TString ErrorText{"OK"};
5959
TString YmqStatusCode;
60-
ui32 YmqHttpCode;
61-
bool YmqIsFifo;
60+
ui32 YmqHttpCode = 500;
61+
bool YmqIsFifo = false;
6262

6363
TString DumpBody(MimeTypes contentType);
6464
};

0 commit comments

Comments
 (0)