mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-24 10:23:43 +02:00
go mod: Update github.com/eosswedenorg-go/haproxy to v1.0.1
This commit is contained in:
parent
64d46ed460
commit
2caad14e44
9 changed files with 16 additions and 16 deletions
|
|
@ -20,7 +20,7 @@ func onTcpMessage(c *tcp_server.Client, args string) {
|
|||
healthCheckApi, err := ParseRequest(args)
|
||||
if err != nil {
|
||||
logger.Warn("Agent request error", "message", err)
|
||||
resp := agentcheck.NewStatusMessageResponse(agentcheck.Failed, "")
|
||||
resp := agentcheck.NewStatusMessageResponse(agentcheck.Fail, "")
|
||||
|
||||
_, err = c.WriteString(resp.String())
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue