Commit efd4692
committed
Fix uncaught error in node http client
- Fix issue with node http client, where the promise of the http call does not complete(via resolve or reject), but instead throws an uncaught error, that cannot be handled in convenient way
- Bump version to 3.9.0-M1.1
Signed-off-by: Vasil Vasilev <[email protected]>1 parent 5913a4b commit efd4692
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments