Fix multiple listeners

This commit is contained in:
Andrey Borodin 2020-02-24 15:06:13 +05:00 committed by kirill reshke
parent 79b737d1d9
commit c0d972e779
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ mm_tls_get_context(mm_io_t *io, int is_client) {
if (ctx_container->key == io->tls) {
return ctx_container->tls_ctx;
}
ctx_container = ctx_container->next;
}
// Cached context not found - we must create ctx