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 fbe9c7a commit e34e29eCopy full SHA for e34e29e
lib/default-hooks.js
@@ -38,7 +38,6 @@ module.exports = {
38
39
// add content-length header and send the merged response buffer
40
res.setHeader('content-length', '' + Buffer.byteLength(resBuffer))
41
- res.statusCode = stream.statusCode
42
res.end(resBuffer)
43
}
44
} catch (err) {
0 commit comments