summaryrefslogtreecommitdiffhomepage
path: root/test/node/double_end/app.js
blob: e721db774e4fafe857d171dc0d769619fa1f1967 (plain) (blame)
1
2
3
4

require('http').createServer(function (req, res) {
    res.end().end();
}).listen(8080);