We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a25034 commit f992b08Copy full SHA for f992b08
src/http-data-source.ts
@@ -282,6 +282,7 @@ export abstract class HTTPDataSource<TContext = any> extends DataSource {
282
headers: request.headers,
283
signal: request.signal,
284
})
285
+ responseData.body.setEncoding('utf8')
286
287
let data = ''
288
for await (const chunk of responseData.body) {
0 commit comments