mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-04 08:15:21 -05: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