add kiota retry to http_wrapper (#3468)
#### Does this PR need a docs update or release note? - [x] ⛔ No #### Type of change - [x] 🐛 Bugfix #### Test Plan - [x] ⚡ Unit test - [x] 💚 E2E
This commit is contained in:
parent
8bb9df8e75
commit
33f7915c0d
@ -145,6 +145,7 @@ func internalMiddleware(cc *clientConfig) []khttp.Middleware {
|
||||
MaxRetries: cc.maxRetries,
|
||||
Delay: cc.minDelay,
|
||||
},
|
||||
khttp.NewRetryHandler(),
|
||||
khttp.NewRedirectHandler(),
|
||||
&LoggingMiddleware{},
|
||||
&throttlingMiddleware{newTimedFence()},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user