| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-01 | fix: retry module download once if server errored (#17252) | Bartek Iwańczuk | |
| Closes https://github.com/denoland/deno/issues/17251 Closes #19970 This commits adds logic to retry failed module downloads once. Both request and server errors are handled and the retry is done after 50 ms wait time. | |||
| 2023-05-17 | fix: support "fetch" over HTTPS for IP addresses (#18499) | Bartek Iwańczuk | |
| This commit adds support for connecting to IP addresses over HTTPS. This is done by updating "rustls" to "0.21.0" and other related crates. Closes https://github.com/denoland/deno/issues/7660 Closes https://github.com/denoland/deno/issues/17967 --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
| 2022-09-19 | refactor: move out test files from root testdata directory into sub ↵ | David Sherret | |
| directories (#15949) | |||
