Hi,

If I receive a UV_EOF on a TCP connection and call to uv_shutdow() on
it, the uv_shutdown_cb() is called with no error (status == 0).

If I receive a UV_EOF on a pipe (UnixSocket SOCK_DSTREAM) and call to
uv_shutdow() on it, the uv_shutdown_cb() is called with error ("pipe
is broken").

I don't mean this is a bug, but at least the behavior is a bit
different in both stream handles.

This is on Linux and OSX.

-- 
Iñaki Baz Castillo
<[email protected]>

-- 
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.

Reply via email to