We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030b601 commit 68ad198Copy full SHA for 68ad198
ydb/core/http_proxy/http_req.h
@@ -58,7 +58,7 @@ struct THttpResponseData {
58
TString ErrorText{"OK"};
59
TString YmqStatusCode;
60
ui32 YmqHttpCode;
61
- bool YmqIsFifo;
+ bool YmqIsFifo = false;
62
63
TString DumpBody(MimeTypes contentType);
64
};
0 commit comments