]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
examples/threaded-ssl: delete in favor of `examples/threaded`
authorViktor Szakats <commit@vsz.me>
Tue, 16 Dec 2025 20:32:29 +0000 (21:32 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 16 Dec 2025 23:32:20 +0000 (00:32 +0100)
commite88209da1f52c8d651c611ef56706a2d0ad312db
tree020af2cb9888569f3aeb7d96db831e2332d6d051
parent680f05030160ee6f302fd166cd6eb8b543574db2
examples/threaded-ssl: delete in favor of `examples/threaded`

After applying a recent fix made to `threaded.c` (formerly
`multithread.c`) to `threaded-ssl.c`, syncing and updating comments,
the two examples turned out to be identical except their test URLs.

Delete one of them to avoid duplication.

Also:
- examples/threaded: scope a variable.
- examples/threaded: merge comments from its deleted sibling.

Follow-up to 61273f58125c41a84febe90a50238ee7fb12a9ad #20001
Follow-up to 971e8d661c68ce8859885c3ae865ff9441b62f0e #19526 #19524

Closes #20002
docs/examples/.gitignore
docs/examples/Makefile.inc
docs/examples/threaded-ssl.c [deleted file]
docs/examples/threaded.c