mirror of https://github.com/v2ray/v2ray-core
refactor
parent
10ce629c02
commit
90114aaeae
|
@ -7,7 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrRetryFailed = newError("Retry: All retry attempts failed.")
|
ErrRetryFailed = newError("all retry attempts failed")
|
||||||
)
|
)
|
||||||
|
|
||||||
// Strategy is a way to retry on a specific function.
|
// Strategy is a way to retry on a specific function.
|
||||||
|
|
Loading…
Reference in New Issue