jonmeredith commented on a change in pull request #1146:
URL: https://github.com/apache/cassandra/pull/1146#discussion_r693031309



##########
File path: src/java/org/apache/cassandra/net/InboundConnectionInitiator.java
##########
@@ -99,22 +104,35 @@ public void initChannel(SocketChannel channel) throws 
Exception
             {
                 case UNENCRYPTED:
                     // Handler checks for SSL connection attempts and cleanly 
rejects them if encryption is disabled
-                    pipeline.addFirst("rejectssl", new RejectSslHandler());
+                    pipeline.addAfter("Internode Error Exclussions", 
"rejectssl", new RejectSslHandler());

Review comment:
       typo: Exclusions




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to