diff --git a/newsfragments/586.bugfix.rst b/newsfragments/586.bugfix.rst new file mode 100644 index 00000000..a919179a --- /dev/null +++ b/newsfragments/586.bugfix.rst @@ -0,0 +1,2 @@ +``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.