/curl-wrapper

A wrapper for curl multi interface with multi thread

Primary LanguageC++

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