mirror of
https://github.com/neovim/neovim.git
synced 2026-02-19 09:58:32 +00:00
Problem: Crash on failed sockconnect() if a new connection is accepted
while polling for uv events.
Solution: Don't use channel_destroy_early().
Also test "tcp" mode failure properly.