oryol
oryol copied to clipboard
Use CURL on Windows for HttpFS (and maybe OSX too)
The current Windows implementation of the HTTP downloader (winURLLoader.cc) has various issues (like not handling gzip responses, and being very slow for some reason).
Instead, CURL should be used (assuming that integration is now easier with a cmake-based build system, instead of old autoconf).