mirror of
https://github.com/curl/curl.git
synced 2026-05-19 22:06:23 +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
1
docs/examples/.gitignore
vendored
1
docs/examples/.gitignore
vendored
|
|
@ -68,6 +68,7 @@ interface
|
|||
ipv6
|
||||
keepalive
|
||||
localport
|
||||
log_failed_transfers
|
||||
maxconnects
|
||||
multi-app
|
||||
multi-debugcallback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue