Skip to content

Commit eb427dc

Browse files
authored
Merge 532fbf1 into 030b601
2 parents 030b601 + 532fbf1 commit eb427dc

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)