Maciej Małecki 4e1ca6e618 [test] Add core test-http-many-keep-alive-connections test
Modifications:

  * make client connect to `PROXY_PORT` instead of `PORT`
  * `process.exit` instead of `server.close` (process wouldn't exit
    otherwise, I'm not sure why)
2011-12-18 22:49:19 +01:00
..
2011-12-18 22:49:18 +01:00

test/core

test/core directory is a place where tests from node.js core go. They are here to ensure that node-http-proxy works just fine with all kinds of different situations, which are covered in core tests, but are not covered in our tests.

All these tests require little modifications to make them test node-http-proxy, but we try to keep them as vanilla as possible.