diff options
Diffstat (limited to 'service/http/errors.go')
-rw-r--r-- | service/http/errors.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/http/errors.go b/service/http/errors.go index bdf10332..fb8762ef 100644 --- a/service/http/errors.go +++ b/service/http/errors.go @@ -9,6 +9,7 @@ import ( "syscall" ) +// Broken pipe var errEPIPE = errors.New("EPIPE(32) -> connection reset by peer") // handleWriteError just check if error was caused by aborted connection on linux |