Skip to content

Commit 567231e

Browse files
1 parent 27a0ab5 commit 567231e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ is encoded to:
330330
is encoded to:
331331

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

456+
Please note that this only applies to HTTP long-polling. Binary data is sent in WebSocket frames with no additional transformation.
457+
456458
- use a record separator (`\x1e`) instead of counting of characters
457459

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

0 commit comments

Comments
 (0)