net_uv: throw if Server.prototype.close() is called twice
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 21 Jul 2011 23:23:50 +0000 (01:23 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 21 Jul 2011 23:23:50 +0000 (01:23 +0200)
commit984dc057e39b09443cb31345b256b596509a588d
tree52f315adbc106fe719339ba50da09733e02ae9cd
parent345df289eb775aa2c195056ab88adf2c6ab95d66
net_uv: throw if Server.prototype.close() is called twice

Follows net_legacy behaviour.
lib/net_uv.js
test/simple/test-http-unix-socket.js