Files
coredns/plugin/pkg
Ville Vesilehto 0a48523083 fix(proxy): avoid Dial hang after Transport stopped (#7321)
Ensure Dial exits early or returns error when Transport has been
stopped, instead of blocking on the dial or ret channels. This removes
a potential goroutine leak where callers could pile up waiting
forever under heavy load.

Add select guards before send and receive, and propagate clear error
values so callers can handle shutdown gracefully.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-05-28 06:58:48 -07:00
..
2022-07-10 11:06:33 -07:00
2022-07-10 11:06:33 -07:00
2019-08-25 19:01:35 +00:00
2023-08-10 11:06:48 -04:00