Jelajahi Sumber

Let curl handle proxy and cipher list itself

Nicolas Grekas 6 tahun lalu
induk
melakukan
794234946c
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      src/Composer/Util/Http/CurlDownloader.php

+ 0 - 2
src/Composer/Util/Http/CurlDownloader.php

@@ -51,11 +51,9 @@ class CurlDownloader
         'http' => array(
             'method' => CURLOPT_CUSTOMREQUEST,
             'content' => CURLOPT_POSTFIELDS,
-            'proxy' => CURLOPT_PROXY,
             'header' => CURLOPT_HTTPHEADER,
         ),
         'ssl' => array(
-            'ciphers' => CURLOPT_SSL_CIPHER_LIST,
             'cafile' => CURLOPT_CAINFO,
             'capath' => CURLOPT_CAPATH,
         ),