Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 20, 2023
1 parent 78d70c9 commit 5398c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func ConnectRelay(ctx context.Context, addr string) error {
ReqID: reqID,
})
case <-cancelableCtx.Done():
return
}
}
}()
Expand Down

0 comments on commit 5398c54

Please sign in to comment.