Skip to content

Conversation

@b-wagner
Copy link

@b-wagner b-wagner commented Apr 2, 2025

Added clear command channel (CCC) and close notify support, based off of our forked revisions that we use with our ftpserver fork.

IoBuffer buf = (IoBuffer) message;

try {
if (sslHandler.isOutboundDone() && !sslHandler.isCCCEnabled()) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entire 'if' block was originally commented out in our fork, citing issues with CCC and close notify. To not break backwards compatibility, I added the addition check for CCC enabled.

@elecharny
Copy link
Contributor

Hi!

I'll review the proposed change soon.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants