Skip to content

Commit e3503d8

Browse files
author
IURII Shikanov
committed
Update docs
1 parent 910d2ec commit e3503d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/02-signals.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Signals allow to set callbacks on some events:
77
establishing, before authentication
88
- ``ON_CONN_CLOSE(socket, request)`` - right before closing a
99
connection
10+
- ``ON_CONN_FAIL(socket, request, err)`` - on connection upgrade failure
1011
- ``ON_AUTH_SUCCESS(socket, request)`` - after successfully
1112
authenticate new connection
1213
- ``ON_AUTH_FAIL(socket, request)`` - on authentication failure

0 commit comments

Comments
 (0)