Downloading the binaries through a proxy#30
Downloading the binaries through a proxy#30ulrichard wants to merge 1 commit intoRCasatta:masterfrom
Conversation
bae8032 to
ba620bc
Compare
|
Are Is HTTP_PROXY only relative to http requests, thus we should need only HTTPS_PROXY? If we decide to merge this we need to do also for bitcoind crate otherwise you will have the proxy issue anyway |
|
It is more a widely used convention than a standard. Yes, I realized, that the same is needed also for bitcoind. I'm on it. |
ba620bc to
a11d83e
Compare
da0b2dd to
cc4b179
Compare
…P_PROXY environment variable is set. closes RCasatta#29
7b59da2 to
545e1ee
Compare
|
still requires rust-bitcoin/bitcoind#49 |
Downloading the binaries through a proxy if either HTTPS_PROXY or HTTP_PROXY environment variable is set.
closes #29