Skip to content

Fix isc_nmsocket_set_tlsctx() broken during loopmgr refactroing

Artem Boldariev requested to merge artem-isc_nmsocket_set_tlsctx-loopmgr-fix into main

During loop manager refactoring isc_nmsocket_set_tlsctx() was not properly adapted. The function is expected to broadcast the new TLS context for every worker, but this behaviour was accidentally broken.

Merge request reports