File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1284,13 +1284,13 @@ void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source)
1284
1284
ch -> handlers .read -> res = source -> handlers .read -> res ;
1285
1285
1286
1286
if (ZEND_FCC_INITIALIZED (source -> handlers .read -> fcc )) {
1287
- zend_fcc_dup (& source -> handlers .read -> fcc , & source -> handlers .read -> fcc );
1287
+ zend_fcc_dup (& ch -> handlers .read -> fcc , & source -> handlers .read -> fcc );
1288
1288
}
1289
1289
if (ZEND_FCC_INITIALIZED (source -> handlers .write -> fcc )) {
1290
- zend_fcc_dup (& source -> handlers .write -> fcc , & source -> handlers .write -> fcc );
1290
+ zend_fcc_dup (& ch -> handlers .write -> fcc , & source -> handlers .write -> fcc );
1291
1291
}
1292
1292
if (ZEND_FCC_INITIALIZED (source -> handlers .write_header -> fcc )) {
1293
- zend_fcc_dup (& source -> handlers .write_header -> fcc , & source -> handlers .write_header -> fcc );
1293
+ zend_fcc_dup (& ch -> handlers .write_header -> fcc , & source -> handlers .write_header -> fcc );
1294
1294
}
1295
1295
1296
1296
curl_easy_setopt (ch -> cp , CURLOPT_ERRORBUFFER , ch -> err .str );
You can’t perform that action at this time.
0 commit comments