Skip to content

Conversation

darrachequesne
Copy link
Member

This reverts commit 44c7aa5, which caused string payloads to be encoded as binary (so that huge string payloads were needlessly UTF-8-encoded).

Related: socketio/socket.io#2872

This reverts commit 44c7aa5, which caused string payloads to be encoded
as binary (so that huge string payloads were needlessly UTF-8-encoded).
@darrachequesne darrachequesne merged commit 292c00c into socketio:master Mar 6, 2017
@darrachequesne darrachequesne deleted the fix/string-payloads branch March 6, 2017 11:24
@darrachequesne darrachequesne added this to the 2.0.1 milestone Mar 6, 2017
darrachequesne added a commit to darrachequesne/engine.io-parser that referenced this pull request Mar 21, 2017
That will allow clients receiving the xhr payload with
responseType = 'arraybuffer' to properly decode the message, which is
not sent as binary by the backend anymore since 292c00c (socketio#85).
darrachequesne added a commit that referenced this pull request Mar 21, 2017
That will allow clients receiving the xhr payload with
responseType = 'arraybuffer' to properly decode the message, which is
not sent as binary by the backend anymore since 292c00c (#85).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant