You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rfcs/GraphQLOverWebSocket.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ The server must receive the connection initialisation message within the allowed
34
34
35
35
If the server receives more than one `ConnectionInit` message at any given time, the server will close the socket with the event `4429: Too many initialisation requests`.
36
36
37
+
If the server wishes to reject the connection, for example during authentication, it is recommended to close the socket with `4403: Forbidden`.
0 commit comments