Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

A wrapper for curl multi interface with multi thread

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)