https://bugs.winehq.org/show_bug.cgi?id=57983
Bug ID: 57983 Summary: getaddrinfo cannot handle "https" as the service string, but windows 10 can Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: katharine.chui@gmail.com Distribution: ---
Created attachment 78236 --> https://bugs.winehq.org/attachment.cgi?id=78236 test/reproduce code
test code that can be built with mingw-w64 gcc attached, on linux wine, the current output is:
getaddrinfo("google.com", "https", NULL, &res) failed with 10109
aka WSATYPE_NOT_FOUND
on windows, both "443" and "https" service strings works