We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5315f6 commit 6a0b760Copy full SHA for 6a0b760
1 file changed
lib/handlers/get.js
@@ -74,8 +74,7 @@ async function handler (req, res, next) {
74
if (!includeBody) {
75
debug('HEAD only')
76
res.setHeader('Content-Type', ret.contentType)
77
- res.status(200).send('OK')
78
- return next()
+ return res.status(200).send('OK')
79
}
80
81
// Handle dataBrowser
0 commit comments