Skip to content

Commit

Permalink
Update websockets-101.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 24, 2017
1 parent 7bf8ae2 commit 40b8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2012/9/24/websockets-101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ individual parts explained:
| ``0x02``: this frame includes binary data.
| ``0x08``: this frame terminates the connection.
| ``0x09``: this frame is a ping.
| ``0x10``: this frame is a pong.
| ``0x0a``: this frame is a pong.
(As you can see, there are enough values unused, they are reserved for
future usage).
Expand Down

0 comments on commit 40b8b26

Please sign in to comment.