upper case HTTP status messages

This commit is contained in:
jomo
2015-01-02 22:26:29 +01:00
parent 0a4011abc1
commit 0009535fc0
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ module.exports = function(req, res) {
"Content-Type": "text/plain",
"Response-Time": new Date() - start
});
res.end("Invalid size");
res.end("Invalid Size");
return;
} else if (!helpers.uuid_valid(uuid)) {
res.writeHead(422, {