Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2841#discussion_r201204095
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/protocol/http/StandardHttpFlowFileServerProtocol.java
---
@@ -68,7 +66,7 @@ public FlowFileCodec getPreNegotiatedCodec() {
}
@Override
- protected HandshakeProperties doHandshake(Peer peer) throws
IOException, HandshakeException {
--- End diff --
another spot where we're changing the API/exception handling that we should
back out for now in my opinion
---