Files
x/internal
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 20:24:00 +08:00
2025-08-01 23:00:50 +08:00
2025-10-30 13:26:11 +08:00
2025-08-13 21:24:05 +08:00
2024-11-15 20:28:47 +08:00