CURL_WRITEFUNC_PAUSE

This is a magic return code for the write callback that, when returned, will signal libcurl to pause receiving on the current transfer.

enum CURL_WRITEFUNC_PAUSE = 0x10000001;

Meta