Skip to content

fix(requester-node-http): fix handling chunked responses (#1161)#1162

Merged
nunomaduro merged 1 commit intoalgolia:fix/node-requester-chunked-responsesfrom
vschoettke:fix/1161
Jun 9, 2020
Merged

fix(requester-node-http): fix handling chunked responses (#1161)#1162
nunomaduro merged 1 commit intoalgolia:fix/node-requester-chunked-responsesfrom
vschoettke:fix/1161

Conversation

@vschoettke
Copy link
Copy Markdown

Fix #1161

@nunomaduro nunomaduro self-requested a review June 8, 2020 00:32
resolve({
status: response.statusCode || 0,
content,
content: Buffer.concat(contentBuffers).toString(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that info, just finishing up shouldStop issue, and I will jump into this.

@nunomaduro nunomaduro changed the base branch from master to fix/node-requester-chunked-responses June 9, 2020 08:59
@nunomaduro nunomaduro merged commit b927ad7 into algolia:fix/node-requester-chunked-responses Jun 9, 2020
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.

bug: unicode characters in responses are sometimes corrupted v4 (node)

3 participants