You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: