Files
netbird/shared/relay/client
Zoltán Papp 9aa573cc31 [relay] Assert the local-close cancellation cause explicitly
The local-close test only rejected ErrServerDisconnected, so it would also
have passed for ErrPeerDisconnected or a bare context.Canceled. closeConn
cancels with net.ErrClosed, so assert that.
2026-09-10 03:08:23 +02:00
..