Downloads v1.5.3
Closed issues:
download()
multi-thread error (#110)- tests crashing with memory / stack corruption (#145)
- drip test failed (#146)
Downloads.download
printsUnhandled Task ERROR: StackOverflowError:
and then hangs indefinitely (#163)Error: curl_easy_setopt: 48
since upgrading to MacOS 12 (#166)- Expose setting CURLOPT_LOW_SPEED_TIME (#168)
- end-to-end testing for #167 (#169)
- Getting "ERROR: Operation too slow." and timeout=Inf does not help (#171)
- Feature request: customize the value of
CURLOPT_MAXREDIRS
on a per-call basis (#173) - [Ques] trying to download a private Git repo (#174)
Merged pull requests:
- Revert "stop using raw libuv API" (#156) (@DilumAluthge)
- Revert 156 revert 151 sk/no libuv sushi (#157) (@vtjnash)
- fix Timer usage (#158) (@StefanKarpinski)
- Workaround for missing isopen check in FDWatcher (#161) (@vtjnash)
- Check for timer isopen correctly (#162) (@vtjnash)
- Avoid infinite recursion in
timer_callback
(#164) (@vtjnash) - fix CI badge (#165) (@KristofferC)
- should also look into headers for input_size (#167) (@tanmaykm)
- end-to-end tests for #167 (#170) (@tanmaykm)
- [release-1.5] Backport bugfixes to release-1.5 branch (#175) (@ericphanson)
- Use self-hosted
badssl.julialang.org
server (#176) (@staticfloat) - Revert "Use self-hosted
badssl.julialang.org
server" (#177) (@DilumAluthge) - Use our own custom
badssl.julialang.org
implementation (#178) (@DilumAluthge) - Fix typo (#179) (@JackDunnNZ)
- sftp protocol status in case of no error is 0 (#180) (@oheil)