mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
label timeout error from reuseport/poll
This commit is contained in:
2
Godeps/_workspace/src/github.com/jbenet/go-reuseport/poll/error.go
generated
vendored
2
Godeps/_workspace/src/github.com/jbenet/go-reuseport/poll/error.go
generated
vendored
@ -4,6 +4,6 @@ var errTimeout = &timeoutError{}
|
||||
|
||||
type timeoutError struct{}
|
||||
|
||||
func (e *timeoutError) Error() string { return "i/o timeout" }
|
||||
func (e *timeoutError) Error() string { return "i/o timeout (reuseport poll)" }
|
||||
func (e *timeoutError) Timeout() bool { return true }
|
||||
func (e *timeoutError) Temporary() bool { return true }
|
||||
|
Reference in New Issue
Block a user