Update 586.bugfix.rst

Remove extra `
This commit is contained in:
Reza Ameli
2025-05-15 14:14:44 -04:00
committed by Paul Robinson
parent eba4805a76
commit d34d6df1c5

View File

@ -1,2 +1,2 @@
``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ```Sawrm``).
``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ``Sawrm``).
These innocuous exceptions will become fatal and crash the process if not handled.