Well that's obviously not supposed to be there

This commit is contained in:
Alex Hultman
2023-05-27 21:34:16 +02:00
parent 7f6d0ae2f4
commit 05c0ae3321

3
examples/Headers.js vendored
View File

@@ -12,9 +12,6 @@ const app = uWS./*SSL*/App({
res.write('<h2>Hello, your headers are:</h2><ul>');
console.log("yolo!");
process.nextTick(() => {console.log("second tolo!")});
req.forEach((k, v) => {
res.write('<li>');
res.write(k);