Skip to content

Commit cc80a52

Browse files
committed
Fixed body size
1 parent 052fe43 commit cc80a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4-ajax/9-websockets/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ RSV1, RSV2, RSV3: 1 бит каждый
291291
- Фрагментированное текстовое сообщение `Hello World` из трёх частей, без маски, может выглядеть так:
292292
293293
```
294-
0x01 0x03 0x48 0x65 0x6c 0x6c 0x6f (содержит "Hello")
294+
0x01 0x05 0x48 0x65 0x6c 0x6c 0x6f (содержит "Hello")
295295
0x00 0x01 0x20 (содержит " ")
296296
0x80 0x05 0x57 0x6f 0x72 0x6c 0x64 (содержит "World")
297297
```

0 commit comments

Comments
 (0)