https://bugs.winehq.org/show_bug.cgi?id=55838
Bug ID: 55838 Summary: wget.exe fails to download anything (regression) Product: Wine Version: 8.18 Hardware: x86-64 OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Regression SHA1: 414b31bc0bbbfe005e90a1946a649082dc303c55 Distribution: Debian
This seems to be a rather old regression:
wget https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz
--2023-10-28 20:50:44-- (try: 5) https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... Read error (Unknown error) in headers. Retrying.
--2023-10-28 20:50:49-- (try: 6) https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz Connecting to github.com (github.com)|140.82.121.3|:443... connected. Unable to establish SSL connection.
Regression test suffered from compilation errors (I did make -k) but I think it's nevertheless reliable:
414b31bc0bbbfe005e90a1946a649082dc303c55 is the first bad commit commit 414b31bc0bbbfe005e90a1946a649082dc303c55 Author: Zebediah Figura z.figura12@gmail.com Date: Sun Jun 20 11:05:54 2021 -0500
ws2_32: Reimplement select() on top of IOCTL_AFD_POLL.