drupal-scaffold icon indicating copy to clipboard operation
drupal-scaffold copied to clipboard

#102 Update CurlMulti code with Prefetcher.php from prestissimo

Open Schnitzel opened this issue 6 years ago • 3 comments

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

Schnitzel avatar Feb 28 '19 17:02 Schnitzel

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.

webflo avatar Mar 12 '19 20:03 webflo

+1 to fix - it works great!

     "patches": {
+      "drupal-composer/drupal-scaffold": {
+        "Parallel downloads": "https://github.com/drupal-composer/drupal-scaffold/pull/103.patch"
+      },

andypost avatar Mar 15 '19 00:03 andypost

@Schnitzel Could you take a look at the error handling in v2.6.0 and report if the issue still applies?

webflo avatar Mar 26 '19 09:03 webflo