On 4/27/14 5:20 PM, Iñaki Baz Castillo wrote:
Hi, is it valid to call uv_close on an initialized but not accepted TCP connection handle? This is, without calling uv_accept first.
Yes. If you called uv_*_init you *always* need to uv_close a handle in order to dispose it.
-- Saúl Ibarra Corretgé http://bettercallsaghul.com -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
