arpadboda commented on a change in pull request #550: MINIFICPP-822 - Nanofi raw S2S implementation shouldn't depend on any… URL: https://github.com/apache/nifi-minifi-cpp/pull/550#discussion_r282351150
########## File path: libminifi/src/io/posix/ClientSocket.cpp ########## @@ -59,7 +59,7 @@ Socket::Socket(const std::shared_ptr<SocketContext> &context, const std::string FD_ZERO(&read_fds_); } -Socket::Socket(const std::shared_ptr<SocketContext> &context, const std::string &hostname, const uint16_t port) +Socket::Socket(const std::shared_ptr<SocketContext>& context, const std::string &hostname, const uint16_t port) Review comment: This one is not, the one above was intentional to show that the function is not using the given parameter. Wanted to improve readability a bit after I had to go through this code. ---------------------------------------------------------------- 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
