Skip to content
  • Tobias Hunger's avatar
    server-mode: Fix named pipe mode · 9112c43e
    Tobias Hunger authored and Brad King's avatar Brad King committed
    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.
    9112c43e