A wrapper for curl multi interface with multi thread.
- Use
signal(SIGPIPE, SIG_IGN);
to avoid the impact of SIGPIPE - There may be memory leak under certain circumstances, see this
A wrapper for curl multi interface with multi thread.
signal(SIGPIPE, SIG_IGN);
to avoid the impact of SIGPIPE