Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 268 Bytes

Readme.md

File metadata and controls

6 lines (5 loc) · 268 Bytes

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