the stdc/core/errno.d needs additional error code ECONNRESET. That error code are available on every linux. but not Windows. i don't know what to assign to this. apache.thrift need this error code. https://docs.microsoft.com/en-us/cpp/c-runtime-library/errno-constants?view=vs-2019
Seems to be 108 : - https://github.com/wine-mirror/wine/blob/master/include/msvcrt/errno.h#L75 - https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-headers/crt/errno.h#L114 https://www.google.com/search?q=define+ECONNRESET+108&oq=define+ECONNRESET+108&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8
@Geod24 updated dlang/druntime pull request #2908 "Fix 19909: core.stdc.errno missing POSIX error code on Windows" fixing this issue: - Fix issue 19909: core.stdc.errno missing POSIX error code on Windows https://github.com/dlang/druntime/pull/2908
dlang/druntime pull request #2908 "Fix issue 19909: core.stdc.errno missing POSIX error code on Windows" was merged into master: - 28e1fa7154196de658e9ec5d270bf161de2bf12c by Geod24: Fix issue 19909: core.stdc.errno missing POSIX error code on Windows https://github.com/dlang/druntime/pull/2908