diff --git a/errors.go b/errors.go index 051a73e..26c3de2 100644 --- a/errors.go +++ b/errors.go @@ -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