diff --git a/newsfragments/586.bugfix.rst b/newsfragments/586.bugfix.rst index a919179a..220f26fd 100644 --- a/newsfragments/586.bugfix.rst +++ b/newsfragments/586.bugfix.rst @@ -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.