This commit is contained in:
Flummi 2016-11-28 08:26:24 +01:00
parent 8d6ac4afcc
commit 66d74bf374

View File

@ -200,7 +200,7 @@ function Websrv(tlib) {
stream.pipe(res);
}
else {
res.writeHead(200, { 'Content-Type': contentType });
res.writeHead(404);
res.end('404 - f0ck you', 'utf-8');
}
});