Update command/agent/command.go

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Juana De La Cuesta
2025-04-23 23:18:02 +02:00
committed by GitHub
parent 313f430fdd
commit 39b3d63172

View File

@@ -1032,7 +1032,7 @@ func (c *Command) handleSignals() int {
switch sig {
case syscall.SIGPIPE:
// Skip any SIGPIPE signal and don't try to log it (See issues #1798, #3554)
// Skip any SIGPIPE signal (see issues #1798, #3554)
continue
case syscall.SIGHUP:
sdNotifyReloading(sdSock)