From 10f0c747a7eb1c3ae2a06a4148f4b7ede61f2cdc Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 27 Aug 2020 22:40:13 +0300 Subject: update error message --- service/http/errors_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/http/errors_windows.go b/service/http/errors_windows.go index a03c697e..06c2524d 100644 --- a/service/http/errors_windows.go +++ b/service/http/errors_windows.go @@ -9,7 +9,7 @@ import ( "syscall" ) -var errEPIPE = errors.New("WSAECONNABORTED (10053) -> an established connection was aborted") +var errEPIPE = errors.New("WSAECONNABORTED (10053) -> an established connection was aborted by peer") // handleWriteError just check if error was caused by aborted connection on windows func handleWriteError(err error) error { -- cgit v1.2.3