File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ is encoded to:
330
330
is encoded to:
331
331
332
332
```
333
- 4€\x1eb4AQIDBA ==
333
+ 4€\x1ebAQIDBA ==
334
334
335
335
with
336
336
@@ -453,6 +453,8 @@ suspect that a lot of timeout problems came from timers being delayed on the cli
453
453
This change allows to treat all payloads (with or without binary) the same way, without having to take in account
454
454
whether the client or the current transport supports binary data or not.
455
455
456
+ Please note that this only applies to HTTP long-polling. Binary data is sent in WebSocket frames with no additional transformation.
457
+
456
458
- use a record separator (` \x1e ` ) instead of counting of characters
457
459
458
460
Counting characters prevented (or at least makes harder) to implement the protocol in other languages, which may not use
You can’t perform that action at this time.
0 commit comments