Problem/Motivation

When we are behind a proxy, download librairies with wget or curl fails.
Moreover, in alpine, the wget command seems to not support --timeout but only -T option.

Proposed resolution

Using the httpClient service already configured with proxy settings.

Remaining tasks

Change unit tests.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mounir_abid created an issue. See original summary.

jrockowitz’s picture

Status: Active » Fixed
FileSize
1.07 KB

Thanks for the patch. I can't apply it because it was generated from the root of your website and not the webform module's directory.

The entire drush cli service needs to have the Drush 8 backward support layer removed. For now, we don't need to worry about dependency injection.

The attached patch does the trick. Thanks again for the suggestion.

  • jrockowitz committed a38ed2d on 6.1.x
    Issue #3254902 by mounir_abid, jrockowitz: Use httpClient to download...

  • jrockowitz committed a38ed2d on 6.x
    Issue #3254902 by mounir_abid, jrockowitz: Use httpClient to download...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.