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.
2 parents 6ecee19 + a4945aa commit e041c58Copy full SHA for e041c58
engines/ep/src/dcp/passive_stream.cc
@@ -693,6 +693,7 @@ ENGINE_ERROR_CODE PassiveStream::processMessage(
693
std::string("PassiveStream::processMessage: "
694
"Message type not supported"));
695
}
696
+
697
if (ret != ENGINE_SUCCESS) {
698
// ENOMEM logging is handled by maybeLogMemoryState
699
if (ret != ENGINE_ENOMEM) {
0 commit comments