Change #229427
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Fri 09 May 2025 17:05:56 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/server-no-mprintf |
Revision | 2c3a99372c76ed047f1e8c70b36a6c080dc25142 |
Comments
tests/server: stop using libcurl's printf functions Since the test servers are not built with libcurl the *printf code needed to get built separately, and they are not in the curlx collection. snprintf() is provided in all modern systems these days. Move curlx functions from lib/strerror.c to lib/curlx/winapi.c Closes #17294
Changed files
- tests/server/Makefile.inc
- tests/server/dnsd.c
- tests/server/getpart.c
- tests/server/mqttd.c
- tests/server/resolve.c
- tests/server/rtspd.c
- tests/server/sockfilt.c
- tests/server/socksd.c
- tests/server/sws.c
- tests/server/tftpd.c
- tests/server/util.c
- tests/server/util.h