Change #252438
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 17 Dec 2025 00:32:20 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | e88209da1f52c8d651c611ef56706a2d0ad312db |
Comments
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
Changed files
- docs/examples/.gitignore
- docs/examples/Makefile.inc
- docs/examples/threaded-ssl.c
- docs/examples/threaded.c