We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abdd68 commit 8bdbfb0Copy full SHA for 8bdbfb0
stream.js
@@ -105,7 +105,7 @@ function stream(source, res) {
105
var patch = parseInt(vera[2])
106
log.logres("Node.js version: " + process.version, res.options, "stream")
107
if (minor < 12 || (minor == 12 && patch < 7)) {
108
- log.logres("Ignoring existing streamfilecat because of bug "
+ log.logres("Ignoring existing streamfilecat because of bug"
109
+ " in node.js < 12.7 with concateneated gzip files",
110
res.options, "stream")
111
} else {
@@ -369,6 +369,7 @@ function stream(source, res) {
369
if (reqstatus[work.options.logsig].N == reqstatus[work.options.logsig].Nx) {
370
log.logres("Sending res.end().", work.options, "stream")
371
res.end()
372
+ catstreamparts()
373
374
if (work.options.streamOrder) {
375
queuecheck(work)
0 commit comments