Commit 32cc0bd
Fix/prevent retry for non retryable 404 status code (#488)
* exclude 404 from retryable
* update branch
* refactor(error): add error description for HTTP 404 status code
* test: appcontext response with 404
* fix lint issue
* text enhancement to check retry would not take place, add dist/lib updated
* refactor: test, to verify retry not happening on 404
* PubNub SDK v10.2.6 release.
---------
Co-authored-by: Mohit Tejani <mohit.tejani@Mohits-MacBook-Pro.local>
Co-authored-by: Serhii Mamontov <parfeon@me.com>
Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>1 parent e8362c3 commit 32cc0bd
15 files changed
Lines changed: 151 additions & 16 deletions
File tree
- dist/web
- lib
- core/components
- errors
- transport
- src
- core/components
- errors
- transport
- test/integration/endpoints/objects
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
1379 | 1384 | | |
1380 | 1385 | | |
1381 | 1386 | | |
1382 | | - | |
| 1387 | + | |
1383 | 1388 | | |
1384 | 1389 | | |
1385 | 1390 | | |
| |||
1395 | 1400 | | |
1396 | 1401 | | |
1397 | 1402 | | |
1398 | | - | |
| 1403 | + | |
1399 | 1404 | | |
1400 | 1405 | | |
1401 | 1406 | | |
| |||
2066 | 2071 | | |
2067 | 2072 | | |
2068 | 2073 | | |
2069 | | - | |
| 2074 | + | |
2070 | 2075 | | |
2071 | 2076 | | |
2072 | 2077 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3118 | 3118 | | |
3119 | 3119 | | |
3120 | 3120 | | |
| 3121 | + | |
| 3122 | + | |
3121 | 3123 | | |
3122 | 3124 | | |
3123 | 3125 | | |
| |||
5436 | 5438 | | |
5437 | 5439 | | |
5438 | 5440 | | |
5439 | | - | |
| 5441 | + | |
5440 | 5442 | | |
5441 | 5443 | | |
5442 | 5444 | | |
| |||
5790 | 5792 | | |
5791 | 5793 | | |
5792 | 5794 | | |
5793 | | - | |
| 5795 | + | |
5794 | 5796 | | |
5795 | 5797 | | |
5796 | 5798 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments