1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 08:15:21 -05:00
This commit is contained in:
Darien Raymond
2017-04-26 22:35:19 +02:00
parent 10ce629c02
commit 90114aaeae

View File

@@ -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.