]> git.ipfire.org Git - thirdparty/curl.git/commit
examples: add an example for logging failed transfers
authorJay Satiro <raysatiro@yahoo.com>
Sat, 20 Sep 2025 02:12:05 +0000 (22:12 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 9 Oct 2025 18:40:09 +0000 (14:40 -0400)
commit0780de2625bf8bb3bcb0f88bbbc401b2750ec1bb
tree1e91713f3662166634957959f12566108bde6e91
parente7247d86971c5ff559d87ccc55b5355d4224f59a
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
docs/examples/.gitignore
docs/examples/Makefile.inc
docs/examples/log_failed_transfers.c [new file with mode: 0644]