Handle SIGPIPE in shims
ref: https://github.com/moby/moby/issues/36464 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -208,6 +208,7 @@ func handleSignals(logger *logrus.Entry, signals chan os.Signal, server *ttrpc.S
|
||||
sv.Delete(context.Background(), &ptypes.Empty{})
|
||||
close(done)
|
||||
})
|
||||
case unix.SIGPIPE:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user