Github user calebj commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/191#discussion_r151581577
--- Diff: extensions/http-curl/protocols/RESTReceiver.cpp ---
@@ -65,38 +65,8 @@ void RESTReceiver::initialize(const
std::shared_ptr<core::controller::Controller
}
}
int16_t RESTReceiver::heartbeat(const C2Payload &payload) {
- std::string operation_request_str = getOperation(payload);
--- End diff --
All of the tests passed, and I made sure the JSON payloads generated by the
exchanges were identical. But no, I haven't tested it in a production setting.
---