stable
Clone or download
Read-only
Fixes request #31915: Git does not respect HTTP proxy settings
The only feature doing outbound requests is the Gerrit integration. Everything else is internal and it either access the repositories directly or push content over SSH to the "fake" host `gl-adm`. Change-Id: I2b1a694113e2d00359f0e311d8e02b72a9decccb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git_Exec.class.php | +2 | −0 | Go to diff View file |
M | src/common/Http/Client/OutboundHTTPRequestProxy.php | +5 | −1 | Go to diff View file |
M | src/common/Http/HttpClientFactory.php | +1 | −3 | Go to diff View file |
M | tests/unit/common/Http/Client/OutboundHTTPRequestProxyTest.php | +6 | −0 | Go to diff View file |