We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d602ad8 commit 12d3405Copy full SHA for 12d3405
lib/handlers/put.js
@@ -71,7 +71,7 @@ async function putStream (req, res, next, stream = req) {
71
res.sendStatus(412)
72
return next()
73
}
74
- returnStatus = 200
+ returnStatus = 204 // if content is sent back change to 200
75
} catch (err) {
76
resourceExists = false
77
0 commit comments