test: add failing dgram refcount test
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 11 May 2012 02:39:20 +0000 (04:39 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 11 May 2012 02:39:23 +0000 (04:39 +0200)
commit12fc9fa8a7b30b701103e11ef4e76a444a4e9e19
tree7145b008be9603de78d0dc735d8eae854ce50bf6
parent68f63fe9ec2b8a7308cefa4a1ae1261cd6d1675f
test: add failing dgram refcount test

Idle UDP sockets (reading nor writing) should not keep the event loop alive.
This will get fixed in v0.8 one way or the other.
test/simple/test-dgram-ref.js [new file with mode: 0644]