Commit 76ff240
committed
fix: use proper websocket closing status
Previously, we used CloseNoStatusReceived (code 1005) for indicating that the client did not ping the server. That status code is not meant for sending to the client. Hence we switch to the status code PolicyViolation (1008).1 parent c10488a commit 76ff240
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments