Revision 9112c43ebc96c8ea25042520f769cb1575439c22 authored by Tobias Hunger on 18 October 2016, 13:20:40 UTC, committed by Brad King on 18 October 2016, 14:55:01 UTC
Do not treat a pointer itself as a `uv_stream_t`, but instead the
pointed-to `uv_pipe_t`.  It is unclear how this ever worked before in
local testing.

While at it, remove duplicate setup code and improve an error message.
1 parent 5ffeb9b
Raw File
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing
back to top