Issues with std.net.curl on Win 10 x64

Andre Pany andre at s-e-a-p.de
Mon Mar 25 16:44:12 UTC 2019


On Monday, 25 March 2019 at 16:25:37 UTC, cptgrok wrote:
> I need to review syslogs for over 160 systems monthly, and I am 
> trying to write a utility to automate bulk downloads from a 
> custom web service where they are hosted. I need to calculate a 
> date range for the prior month, add start and end date and a 
> serial number to the query string for each system, which is 
> easy, and in a foreach(system; systems) loop in main() I call a 
> function passing the string url in to download and write a log 
> to file. For a small number of systems, it works.
>
> [...]

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


More information about the Digitalmars-d-learn mailing list