Merge remote-tracking branch 'origin/master' into lash/bloxberg-seeding

This commit is contained in:
nolash
2021-11-02 18:49:49 +01:00
5 changed files with 63 additions and 6 deletions

View File

@@ -193,6 +193,7 @@ async function processRequest(req, res) {
res.end();
return;
}
content = '';
break;
case 'get:automerge:client':
@@ -251,7 +252,7 @@ async function processRequest(req, res) {
}
if (content === undefined) {
console.error('empty content', data);
console.error('empty content', mod, digest, data);
res.writeHead(404, {"Content-Type": "text/plain"});
res.end();
return;