v0.9.8
HTTP v0.9.8
Closed issues:
- HTTP GET error after get 302 response (#435)
- URL scheme doesn't matter? (#527)
- HTTP.request ignores /etc/hosts file (#545)
- Can not perform GET request (#553)
- HTTP.download throwing wrong exception (#576)
- The first request(as client) or response(as server) of Http.jl is very slow? Initial connection should not be so slow (#579)
- Julia doesn't like Potatoes (#626)
- HTTP.download: filename too long (#696)
Merged pull requests:
- Verify URL before making the request, fixes #527, fixes #545. (#703) (@fredrikekre)
- lazily allocate the threaded buffers and allocate them on the thread that will access it (#704) (@KristofferC)
- Fix filepath name from remote URL in HTTP.download, fixes #696. (#706) (@fredrikekre)
- Use URIs.resolvereference for redirects, fixes #435, fixes #626. (#707) (@fredrikekre)
- Set version to 0.9.8 and add CHANGELOG.md. (#709) (@fredrikekre)