[PATCH v3 0/4] Support http proxy authentication
From: Nelson Benitez Leon <hidden>
Date: 2016-06-15 22:53:13
From: Nelson Benitez Leon <hidden>
Date: 2016-06-15 22:53:13
Hi, here is a new version of patch-set for supporting proxy authentication on git, now doing proactive auth if the flag is set and the proxy url has username, and also handling 407 error code by asking credentials (if necessary) and re-trying. Patches 1/4 and 2/4 are same as previous version but with ammended commit messages. Please comment, thank you! Nelson Benitez Leon (4): http: support proxies that needs authentication http: try http_proxy env var when http.proxy config option is not set http: handle proxy proactive authentication http: handle proxy authentication failure (error 407) http.c | 39 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 38 insertions(+), 1 deletions(-) -- 1.7.7.6