Skip to content

Commit

Permalink
Update errors.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Oct 24, 2022
1 parent 5e1a9ff commit ad35b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var connBrokenErrorInfo = []string{
"context deadline exceeded",
"client disconected",
"connection refused",
"EOF",
}

// CheckErrorConnBroken - check the text of the request error, determining whether the client must be restarted
Expand Down

0 comments on commit ad35b12

Please sign in to comment.