diff options
Diffstat (limited to 'test/node/set_header_array/app.js')
-rw-r--r-- | test/node/set_header_array/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/set_header_array/app.js b/test/node/set_header_array/app.js index 965330e2..0dee477e 100644 --- a/test/node/set_header_array/app.js +++ b/test/node/set_header_array/app.js @@ -2,4 +2,4 @@ require('http').createServer(function (req, res) { res.setHeader('Set-Cookie', ['tc=one,two,three', 'tc=four,five,six']); res.end(); -}).listen(7080); +}).listen(8080); |