Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: use random ports where possible | Brian White | 2016-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | This helps to prevent issues where a failed test can keep a bound socket open long enough to cause other tests to fail with EADDRINUSE because the same port number is used. PR-URL: https://github.com/nodejs/node/pull/7045 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> | ||||
* | stream_base: expose `bytesRead` getter | Fedor Indutny | 2016-04-20 | 1 | -0/+37 |
This will provide `bytesRead` data on consumed sockets. Fix: #3021 PR-URL: https://github.com/nodejs/node/pull/6284 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |