Change #256675
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Thu 29 Jan 2026 22:53:23 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 373e89a021936da00d4469c1db084006294b9125 |
Comments
tests/server: tidy-up error messages (Windows) - show error description on `PeekNamedPipe()` error. - show `GetLastError()` instead of socket error on non-socket failures in the window handler. - include full hex `GetLastError()` numbers in error messages, syncing with Schannel code. - drop internal `win32_perror()` function, in favor of direct `curlx_*strerror()` calls. Closes #20477
Changed files
- tests/server/sockfilt.c
- tests/server/util.c