arpadboda commented on a change in pull request #620: MINIFICPP-996 - Output 
port keeps printing info message implying tran…
URL: https://github.com/apache/nifi-minifi-cpp/pull/620#discussion_r332044215
 
 

 ##########
 File path: extensions/http-curl/sitetosite/HTTPProtocol.cpp
 ##########
 @@ -63,7 +63,16 @@ std::shared_ptr<Transaction> 
HttpSiteToSiteClient::createTransaction(std::string
   client->submit();
   if (peer_->getStream() != nullptr)
     logger_->log_debug("Closing %s", ((io::HttpStream*) 
peer_->getStream())->getClientRef()->getURL());
-  if (client->getResponseCode() == 201) {
+  uint64_t  client_response = client->getResponseCode();
 
 Review comment:
   Fixed

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