arpadboda commented on a change in pull request #615: MINIFICPP-963 - Zero byte
(no content) flow files cannot be received …
URL: https://github.com/apache/nifi-minifi-cpp/pull/615#discussion_r321329843
##########
File path: libminifi/src/sitetosite/RawSocketProtocol.cpp
##########
@@ -569,15 +569,15 @@ bool RawSiteToSiteClient::transmitPayload(const
std::shared_ptr<core::ProcessCon
int16_t resp = send(transactionID, &packet, nullptr, session);
if (resp == -1) {
- throw Exception(SITE2SITE_EXCEPTION, "Send Failed");
+ throw Exception(SITE2SITE_EXCEPTION, "Send Failed in trasaction " +
transactionID);
Review comment:
Whi not? It's a string concat here, so it's going to part of "what()". Or do
I need more coffee?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services