On Monday, 25 March 2019 at 19:02:18 UTC, cptgrok wrote:
On Monday, 25 March 2019 at 16:44:12 UTC, Andre Pany wrote:
First idea, please switch to x86_64 if possible. This will
also be the default of Dub in the next dmd release or the
release after.
Kind regards
Andrew
Figured out --arch=x86_64, thanks! Sadly I don't see any
change. I'm not having luck finding known curl issues similar
to what I am experiencing. I have a sneaking suspicion that the
web service I am using is doing some nonsense in the
background. Might try a packet capture to better see what's up.
Alternatively, you could always give requests a shot:
https://code.dlang.org/packages/requests
It's the unofficial successor of std.net.curl.