August 11, 2019
https://issues.dlang.org/show_bug.cgi?id=20120

          Issue ID: 20120
           Summary: libcurl.dll hangs when running std.net.curl unittests
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: regression
          Priority: P1
         Component: installer
          Assignee: nobody@puremagic.com
          Reporter: r.sagitario@gmx.de

It seems the distribuuted libcurl.dll is broken since 2.072: executing

dmd -unittest -main -run <phobos-path>\std\net\curl.d

freezes until some timeout expires after a couple of minutes. The same happens with -m64.

The unittests pass with the DLL that comes with dmd 2.071 or the ones from the LDC distro.

--