We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93491f commit 131d0bdCopy full SHA for 131d0bd
enterprise/tailnet/workspaceproxy.go
@@ -68,6 +68,7 @@ func (s *ClientService) ServeMultiAgentClient(ctx context.Context, version strin
68
func ServeWorkspaceProxy(ctx context.Context, conn net.Conn, ma agpl.MultiAgentConn) error {
69
go func() {
70
err := forwardNodesToWorkspaceProxy(ctx, conn, ma)
71
+ //nolint:staticcheck
72
if err != nil {
73
_ = conn.Close()
74
}
0 commit comments