https://bugs.winehq.org/show_bug.cgi?id=51631
Bug ID: 51631 Summary: winhttp:winhttp fails because echo.websocket.org is out of comission Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winhttp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
winhttp:winhttp depends on echo.websocket.org for some test_head_request() tests:
https://source.winehq.org/git/wine.git/?a=blob;f=dlls/winhttp/tests/winhttp....
However that server stopped responding on 2021-08-16 or 17, thus causing failures:
winhttp.c:3314: Test failed: got 404 winhttp.c:3317: Test failed: got 4317 winhttp.c:3320: Test failed: got 6 ...
http://winetest.dolphin/data/patterns.html#winhttp:winhttp
It is not yet known if echo.websocket.org will be back or when. If it does not go back online we will need a replacement.