mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-19 18:10:26 -05:00
Well that's obviously not supposed to be there
This commit is contained in:
3
examples/Headers.js
vendored
3
examples/Headers.js
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user