drupal-scaffold
drupal-scaffold copied to clipboard
#102 Update CurlMulti code with Prefetcher.php from prestissimo
this updates the code on how to use CurlMulti to the same code that is also running in https://github.com/hirak/prestissimo/blob/master/src/Prefetcher.php#L20
solves https://github.com/drupal-composer/drupal-scaffold/issues/102
I had changed the error handling in https://github.com/drupal-composer/drupal-scaffold/pull/88 so the code can throw an exception. Without the change only a log msg to std error.
+1 to fix - it works great!
"patches": {
+ "drupal-composer/drupal-scaffold": {
+ "Parallel downloads": "https://github.com/drupal-composer/drupal-scaffold/pull/103.patch"
+ },
@Schnitzel Could you take a look at the error handling in v2.6.0 and report if the issue still applies?