Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added CCC and close notify capabilities#49

Open
b-wagner wants to merge 2 commits intoapache:2.1.Xfrom
b-wagner:2.1.X
Open

Added CCC and close notify capabilities#49
b-wagner wants to merge 2 commits intoapache:2.1.Xfrom
b-wagner:2.1.X

Conversation

Copy link

b-wagner commented Apr 2, 2025 *
edited
Loading

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

b-wagner commented Apr 2, 2025
IoBuffer buf = (IoBuffer) message;

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

b-wagner Apr 2, 2025

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.

Copy link
Contributor

elecharny commented Apr 3, 2025

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants