Skip to content

Commit f8fc3f7

Browse files
committed
use res.end: reverting #27
1 parent e2a0298 commit f8fc3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module.exports = function(compiler, options) {
186186
res.setHeader(name, options.headers[name]);
187187
}
188188
}
189-
res.send(content);
189+
res.end(content);
190190
}
191191
}
192192

0 commit comments

Comments
 (0)