Skip to content

Commit bedca51

Browse files
committed
fixup! fix: chrome requests hanging over port-forward
1 parent 5fab57a commit bedca51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/portforward.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ func portForward() *cobra.Command {
139139
closeErr = ctx.Err()
140140
case <-sigs:
141141
_, _ = fmt.Fprintln(cmd.OutOrStderr(), "\nReceived signal, closing all listeners and active connections")
142-
// closeErr = xerrors.New("signal received")
143142
}
144143

145144
cancel()

0 commit comments

Comments
 (0)