Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated config options #64

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Fix deprecated config options #64

merged 1 commit into from
Feb 20, 2024

Conversation

SaraSmiseth
Copy link
Owner

Adjust the config:
Replace deprecated legacy_ssl with c2s_direct_tls. Removed use_libevent = true. This means the default is now used which is epoll.

Added a test to check that no deprecated config settings are used.

This fixes #62.

Replace deprecated legacy_ssl with c2s_direct_tls.
Removed use_libevent = true. This means the default is now used which is epoll.

Added a test to check that no deprecated config settings are used.
@SaraSmiseth SaraSmiseth merged commit d8e5906 into dev Feb 20, 2024
2 checks passed
@SaraSmiseth SaraSmiseth deleted the fix_deprecations branch February 20, 2024 17:52
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.

Deprecated config options
1 participant