Change #271093
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 15 Jun 2026 13:36:46 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 03bc93bd327e06e86af0b0c14a888f7482affedc |
Comments
servers: drop unix socket path attribute check on Windows On Windows there is no `lstat()`, which was later substituted with normal `stat()`, but on Windows `S_IFSOCK` is never defined, which meant the output of stat was not actually used, reducing this to checking for the presence of the file, and bailing out without retry if missing. Follow-up to 30e491e5c921aecca5a16083d8185840dc64eccd #7034 Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0 Cherry-picked from #22010 Closes #22021
Changed files
- tests/server/util.c