docs: add changelog for PR 11987

This commit is contained in:
Zaiming (Stone) Shi 2023-11-20 17:44:39 +01:00
parent ec19247271
commit 7f078295c1
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Fix connection crash when trying to set TCP/SSL socket `active_n` option.
Prior to this fix, if a socket is already closed when connection process tries to set `active_n` option, it causes a `case_clause` crash.