Skip to content

Commit

Permalink
Added missing colon in payload. Thanks @lsm
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 10, 2013
1 parent 119182e commit 702254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ A noop packet. Used primarily to force a poll cycle when an incoming websocket c
A payload is a series of encoded packets tied together. The payload encoding format is as follows:

```
<length1><packet1>[<length2><packet2>[...]]
<length1>:<packet1>[<length2>:<packet2>[...]]
```
* length: length of the packet in __characters__
* packet: actual packets as descriped above
Expand Down

0 comments on commit 702254f

Please sign in to comment.