]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/server/sockfilt: avoid possible endless loop on Windows
authorViktor Szakats <commit@vsz.me>
Thu, 29 Jan 2026 21:57:19 +0000 (22:57 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 29 Jan 2026 22:25:36 +0000 (23:25 +0100)
commit154dff6accdadfa1793b367b78fbd0547a126bd5
tree08c27c4fe9005ffd739287cd054bfcd0cd3479f0
parent373e89a021936da00d4469c1db084006294b9125
tests/server/sockfilt: avoid possible endless loop on Windows

Seen to happen when run under WINE v10.0 on macOS.
```
$ CURL_TEST_EXE_EXT_SRV=.exe CURL_TEST_EXE_EXT_TOOL=.exe \
CURL_TEST_EXE_RUNNER=wine TFLAGS='951 -t' ninja tests
[...]
16:02:18.607002 [select_ws_wait_thread] PeekNamedPipe error: (0x00000032) - Request not supported.
[...endless repeat...]
```

Closes #20478
tests/server/sockfilt.c