diff options
author | Valery Piashchynski <[email protected]> | 2020-08-27 22:50:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-08-27 22:50:11 +0300 |
commit | 1911de96bea8c30293bc192e22940646f9f5a9d2 (patch) | |
tree | e8b33245bf9b2862d43a003c8713ea07445868e6 /service/http/errors.go | |
parent | 10f0c747a7eb1c3ae2a06a4148f4b7ede61f2cdc (diff) |
add errors description
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 |