We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910d2ec commit e3503d8Copy full SHA for e3503d8
docs/source/02-signals.rst
@@ -7,6 +7,7 @@ Signals allow to set callbacks on some events:
7
establishing, before authentication
8
- ``ON_CONN_CLOSE(socket, request)`` - right before closing a
9
connection
10
+- ``ON_CONN_FAIL(socket, request, err)`` - on connection upgrade failure
11
- ``ON_AUTH_SUCCESS(socket, request)`` - after successfully
12
authenticate new connection
13
- ``ON_AUTH_FAIL(socket, request)`` - on authentication failure
0 commit comments