mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-22 03:25:16 -04:00
Similar to #16462, when we are acting as a TCP proxy, we need to pass through half-closes correctly since clients and servers will sometimes close one direction of the connection and still rely on the other direction working. Fixes #20883. Signed-off-by: Naman Sood <mail@nsood.in>