typo fixes under cmd.
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
This commit is contained in:
@@ -46,7 +46,7 @@ func handleSignals(ctx context.Context, signals chan os.Signal, serverC chan *se
|
||||
server = s
|
||||
case s := <-signals:
|
||||
|
||||
// Do not print message when deailing with SIGPIPE, which may cause
|
||||
// Do not print message when dealing with SIGPIPE, which may cause
|
||||
// nested signals and consume lots of cpu bandwidth.
|
||||
if s == unix.SIGPIPE {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user