mirror of
https://github.com/neovim/neovim.git
synced 2026-05-21 12:24:17 +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.