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

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