Commit 94277a5
authored
Add http::ErrorCodes to DefaultRetryCondition() (#1213)
Default retry condition func must also consider http::ErrorCodes. Unit
test tuned accordingly.
Relates-To: OLPEDGE-2567
Signed-off-by: Kostiantyn Zvieriev <[email protected]>1 parent d21cf38 commit 94277a5
File tree
2 files changed
+13
-3
lines changed- olp-cpp-sdk-core
- src/client
- tests/client
2 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
256 | 257 | | |
257 | | - | |
258 | | - | |
| 258 | + | |
| 259 | + | |
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
| |||
1547 | 1548 | | |
1548 | 1549 | | |
1549 | 1550 | | |
| 1551 | + | |
1550 | 1552 | | |
1551 | 1553 | | |
1552 | 1554 | | |
| |||
0 commit comments