mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-18 05:33:17 +00:00
Jarrod Johnson
38f07252f8
Defer ssl wrap until after accept()
ssl wrap prior to accept causes accept() to be too complicated to stay in the persistent thread and makes key changes require restart to pickup. Call the wrap_socket within the dedicated client thread so that it gets up to date at the right time and picks up certificate changes in a timely fashion.
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%