mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
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:
parent
e7247d8697
commit
0780de2625
3 changed files with 337 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ check_PROGRAMS = \
|
|||
ipv6 \
|
||||
keepalive \
|
||||
localport \
|
||||
log_failed_transfers \
|
||||
maxconnects \
|
||||
multi-app \
|
||||
multi-debugcallback \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue