phrocker commented on a change in pull request #554: MINIFICPP-842 - CivetWeb 
tests should use random port
URL: https://github.com/apache/nifi-minifi-cpp/pull/554#discussion_r284241869
 
 

 ##########
 File path: extensions/civetweb/processors/ListenHTTP.cpp
 ##########
 @@ -441,6 +471,10 @@ int64_t 
ListenHTTP::WriteCallback::process(std::shared_ptr<io::BaseStream> strea
   return nlen;
 }
 
+std::string ListenHTTP::getPort() const {
+  return listeningPort;
 
 Review comment:
   Why is a port a string? Is it because ports are appended with s? 

----------------------------------------------------------------
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

Reply via email to