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

Change #229427

Category None
Changed by Daniel Stenberg <danielohnoyoudont@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