Skip to content

Commit

Permalink
docs: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Nov 9, 2020
1 parent 27a0ab5 commit 567231e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ is encoded to:
is encoded to:

```
4€\x1eb4AQIDBA==
4€\x1ebAQIDBA==
with
Expand Down Expand Up @@ -453,6 +453,8 @@ suspect that a lot of timeout problems came from timers being delayed on the cli
This change allows to treat all payloads (with or without binary) the same way, without having to take in account
whether the client or the current transport supports binary data or not.

Please note that this only applies to HTTP long-polling. Binary data is sent in WebSocket frames with no additional transformation.

- use a record separator (`\x1e`) instead of counting of characters

Counting characters prevented (or at least makes harder) to implement the protocol in other languages, which may not use
Expand Down

0 comments on commit 567231e

Please # to comment.