Files
x/internal/net
ginuerzh d189dc7967 fix(pipe): prevent error swallowing and goroutine leak in Pipe/Transport
Pipe: remove context.WithCancel that caused premature ctx.Done()
before the second pipeHalf could return its error. Replace with a
completed counter that drains both errors even on cancellation.

Transport: increase error channel buffer from 1 to 2 to prevent
goroutine leak when both CopyBuffer goroutines complete.
2026-05-21 10:28:55 +08:00
..
2025-08-05 00:13:48 +08:00
2024-09-16 19:44:15 +08:00
2025-02-07 15:44:31 +08:00
2025-08-04 19:29:38 +08:00
2026-04-21 21:07:00 +08:00
2025-07-28 20:52:15 +08:00
2025-08-04 19:29:38 +08:00
2024-09-14 23:21:25 +08:00