Closed jwestfall69 closed 7 years ago
%CREATED_IN_THIS_THREAD is global and when connect_SSL()/accept_SSL() are called they create $CREATED_IN_THIS_THREAD{$ssl} = 1; however nothing was cleaning up this hash entry, causing it to grow indefinitely as new connections are made.
Thanks for the patch. I've fixed the problem in aebd75c but slightly different from your patch.
%CREATED_IN_THIS_THREAD is global and when connect_SSL()/accept_SSL() are called they create $CREATED_IN_THIS_THREAD{$ssl} = 1; however nothing was cleaning up this hash entry, causing it to grow indefinitely as new connections are made.