Skip to content

Chunked responses should be joined with empty string#6

Merged
blitline-dev merged 1 commit intoblitline-dev:masterfrom
gmaclennan:result_join_error
Dec 9, 2014
Merged

Chunked responses should be joined with empty string#6
blitline-dev merged 1 commit intoblitline-dev:masterfrom
gmaclennan:result_join_error

Conversation

@gmaclennan
Copy link
Copy Markdown
Contributor

Array.prototype.join() without any arguments defaults to joining strings with a comma. This can lead to incorrect JSON when joining the chunked response. Should use an empty string to join the results from the http request.

blitline-dev added a commit that referenced this pull request Dec 9, 2014
Chunked responses should be joined with empty string
@blitline-dev blitline-dev merged commit c859cb6 into blitline-dev:master Dec 9, 2014
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.

2 participants