hunyadi-dev commented on a change in pull request #789:
URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r435100205



##########
File path: libminifi/include/utils/HTTPClient.h
##########
@@ -176,12 +179,10 @@ class HTTPRequestResponse {
 
   HTTPRequestResponse(const HTTPRequestResponse &other)
       : max_queue(other.max_queue) {
-
   }
 
-  HTTPRequestResponse(size_t max)
+  explicit HTTPRequestResponse(size_t max)

Review comment:
       Resolved by removing `explicit` and adding `// NOLINT`




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to