Fixed, working.
This commit is contained in:
parent
eb394d153f
commit
f9bcac10e7
14 changed files with 159 additions and 155 deletions
|
|
@ -223,7 +223,7 @@ URL_FILE *url_fopen( const char *url, const char *operation ) {
|
|||
curl_easy_setopt( file->handle.curl, CURLOPT_WRITEFUNCTION,
|
||||
write_callback );
|
||||
/* use the share object */
|
||||
curl_easy_setopt(file->handle.curl, CURLOPT_SHARE, io_share);
|
||||
curl_easy_setopt( file->handle.curl, CURLOPT_SHARE, io_share );
|
||||
|
||||
|
||||
if ( !multi_handle )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue