You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arpad Boda (JIRA)" <ji...@apache.org> on 2019/01/21 22:09:00 UTC

[jira] [Created] (MINIFICPP-715) RawSiteToSite: initiateResourceNegotiation functions returns success in case of uknown protocol

Arpad Boda created MINIFICPP-715:
------------------------------------

             Summary: RawSiteToSite: initiateResourceNegotiation functions returns success in case of uknown protocol
                 Key: MINIFICPP-715
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-715
             Project: NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Arpad Boda
            Assignee: Arpad Boda
             Fix For: 0.6.0


```

default:
 logger_->log_warn("Negotiate protocol response unknown code %d", statusCode);
 return true;
}

```

The return value seems to be invalid in this case, this is not a happy path.

[~phrocker] please confirm!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)