From eba4805a766717a3cb9a5b84e75ed6ae728b63c1 Mon Sep 17 00:00:00 2001 From: Reza Ameli Date: Thu, 15 May 2025 13:53:25 -0400 Subject: [PATCH] Add news fragment --- newsfragments/586.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 newsfragments/586.bugfix.rst 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.