examples: add an example for logging failed transfers

- Add an example that demonstrates per-transfer verbose logging to
  memory.

The transfer's log is written to disk only if the transfer fails.

Closes https://github.com/curl/curl/pull/18668
This commit is contained in:
Jay Satiro 2025-09-19 22:12:05 -04:00
parent e7247d8697
commit 0780de2625
3 changed files with 337 additions and 0 deletions

View file

@ -84,6 +84,7 @@ check_PROGRAMS = \
ipv6 \
keepalive \
localport \
log_failed_transfers \
maxconnects \
multi-app \
multi-debugcallback \