diff --git a/x-pack/plugins/reporting/server/lib/content_stream.ts b/x-pack/plugins/reporting/server/lib/content_stream.ts index 000115a8f7c09..b8ae7d0a17670 100644 --- a/x-pack/plugins/reporting/server/lib/content_stream.ts +++ b/x-pack/plugins/reporting/server/lib/content_stream.ts @@ -286,7 +286,7 @@ export class ContentStream extends Duplex { } } - // We call Buffer.concat with the fewest number of buffers + // We call Buffer.concat with the fewest number of buffers possible const chunk = Buffer.concat(buffersToFlush); const content = this.encode(chunk);