JuliaComputing / OpenAPI.jl

OpenAPI helper and code generator for Julia
Other
43 stars 8 forks source link

feat: use native interrupt support in Downloads.jl #82

Closed tanmaykm closed 1 month ago

tanmaykm commented 1 month ago

Detect if we are using a newer version of Download.jl that supports interrupting of requests natively and use that instead of throwing InterruptException.

ref: https://github.com/JuliaLang/Downloads.jl/pull/256 and https://github.com/JuliaLang/Downloads.jl/pull/259

fixes: #81