We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0e544 commit eb5d453Copy full SHA for eb5d453
1 file changed
deps/rocketmq/src/ClientRemotingProcessor.cpp
@@ -65,7 +65,7 @@ RemotingCommand* ClientRemotingProcessor::checkTransactionState(const std::strin
65
auto* requestHeader = request->decodeCommandCustomHeader<CheckTransactionStateRequestHeader>();
66
if (requestHeader == nullptr) {
67
LOG_ERROR_NEW("Failed to decode CheckTransactionStateRequestHeader");
68
- return RemotingCommand::createResponseCommand(ResponseCode::SYSTEM_ERROR, "Invalid request header");
+ return nullptr;
69
}
70
71
auto requestBody = request->body();
0 commit comments