Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CurlDownloader.php #4

Merged
merged 1 commit into from
Apr 8, 2019
Merged

Update CurlDownloader.php #4

merged 1 commit into from
Apr 8, 2019

Commits on Feb 26, 2018

  1. Update CurlDownloader.php

    使用http proxy 返回的原始数据为
    
    HTTP/1.1 200 OK
    Date: Monday, 26-Feb-18 12:01:58 CST
    Keep-Alive: timeout=38
    Content-Length: 0
    
    HTTP/1.1 200 OK
    Date: Mon, 26 Feb 2018 04:01:59 GMT
    Server: Apache/2.4.25 (Debian)
    Last-Modified: Sun, 31 Dec 2017 04:18:46 GMT
    ETag: "6c5-5619b297052f6"
    Accept-Ranges: bytes
    Content-Length: 1733
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Content-Type: application/xml
    
    <?xml version="1.0" encoding="UTF-8" ?>
    .......
    
    在http proxy模式下,会导致phpbrew ext known $ext 和 phpbrew ext install $ext $version报错
    liubang committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    4f7fc96 View commit details
    Browse the repository at this point in the history