https://github.com/kedixa/curl-wrapper
A wrapper for curl multi interface with multi thread
https://github.com/kedixa/curl-wrapper
curl curl-multi
Last synced: 2 months ago
JSON representation
A wrapper for curl multi interface with multi thread
- Host: GitHub
- URL: https://github.com/kedixa/curl-wrapper
- Owner: kedixa
- Created: 2020-09-10T12:53:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T07:40:13.000Z (over 4 years ago)
- Last Synced: 2025-01-24T17:46:00.837Z (4 months ago)
- Topics: curl, curl-multi
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Curl Wrapper
A wrapper for curl multi interface with multi thread.## Attention
- Use `signal(SIGPIPE, SIG_IGN);` to avoid the impact of SIGPIPE
- There may be memory leak under certain circumstances, [see this](https://bugzilla.redhat.com/show_bug.cgi?id=1688958)