Add several asserts to tcp_wrap
authorRyan Dahl <ry@tinyclouds.org>
Wed, 6 Jul 2011 21:02:55 +0000 (14:02 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 8 Jul 2011 22:22:40 +0000 (15:22 -0700)
commit0df2f74d364826053641395b01c2fcb1345057a9
tree61afd5e84b0c5e66a7cc4844ab64d6eaca46eb99
parent19f248400f55eb26c306eab733ff6de12070dcd4
Add several asserts to tcp_wrap

OnAlloc and OnConnection should not be occurring after uv_close was
called on the handle.
src/tcp_wrap.cc