Merge pull request #2325 from vsemozhetbyt/patch-7
Fix typo in 5.11 (WebSocket)
This commit is contained in:
commit
8e6ace0d66
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ socket.onclose = event => {
|
|||
Most common code values:
|
||||
|
||||
- `1000` -- the default, normal closure (used if no `code` supplied),
|
||||
- `1006` -- no way to such code manually, indicates that the connection was lost (no close frame).
|
||||
- `1006` -- no way to set such code manually, indicates that the connection was lost (no close frame).
|
||||
|
||||
There are other codes like:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue