diff options
Diffstat (limited to 'service/http/errors_windows.go')
-rw-r--r-- | service/http/errors_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |