mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-21 18:29:55 -04:00
refactor
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrRetryFailed = newError("Retry: All retry attempts failed.")
|
||||
ErrRetryFailed = newError("all retry attempts failed")
|
||||
)
|
||||
|
||||
// Strategy is a way to retry on a specific function.
|
||||
|
||||
Reference in New Issue
Block a user