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] [Updated] (MINIFICPP-715) RawSiteToSite: initiateResourceNegotiation functions returns success in case of uknown protocol

     [ https://issues.apache.org/jira/browse/MINIFICPP-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arpad Boda updated MINIFICPP-715:
---------------------------------
    Description: 
 

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

  was:
```

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!


> 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
>            Priority: Minor
>             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)