summaryrefslogblamecommitdiffhomepage
path: root/test/node/double_end/app.js
blob: 639120976be4a019097451e8574af9eab8894950 (plain) (tree)
1
2
3
4
5


                                                       
                    
                
#!/usr/bin/env node

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