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 f8cc5a8 commit 181b36eCopy full SHA for 181b36e
frame.go
@@ -215,8 +215,9 @@ const (
215
// 1004 is reserved and so not exported.
216
statusReserved StatusCode = 1004
217
218
- // StatusNoStatusRcvd cannot be sent as reserved for when
219
- // a close message is received without an explicit status.
+ // StatusNoStatusRcvd cannot be sent in a close message.
+ // It is reserved for when a close message is received without
220
+ // an explicit status.
221
StatusNoStatusRcvd StatusCode = 1005
222
223
// StatusAbnormalClosure is only exported for use with Wasm.
0 commit comments