We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3b457 commit d5800a0Copy full SHA for d5800a0
1 file changed
config.go
@@ -16,6 +16,7 @@ type Config struct {
16
RetryMax int `cfg:"retry_max"`
17
RetryWaitMin time.Duration `cfg:"retry_wait_min"`
18
RetryWaitMax time.Duration `cfg:"retry_wait_max"`
19
+ // RetryTimeout not works with http2
20
RetryTimeout time.Duration `cfg:"retry_timeout"`
21
22
PooledClient *bool `cfg:"pooled_client"`
0 commit comments