Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #256679

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Thu 29 Jan 2026 22:53:23
Repository https://github.com/curl/curl.git
Project 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