Skip to content

Commit

Permalink
Clarify why we're ignoring SIGURG
Browse files Browse the repository at this point in the history
  • Loading branch information
1player committed Aug 3, 2023
1 parent 755abc0 commit 70792a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func runCommandSync(args []string, allocatePty bool, envsToPassthrough []string)
break
} else if unixSignal == unix.SIGURG {
// Ignore runtime-generated SIGURG messages
// See https://github.com/golang/go/issues/37942
break
}
passthroughHostSignal(proxy, pid, unixSignal)
Expand Down

0 comments on commit 70792a8

Please sign in to comment.