DORMANTno replies

Revision v4 of 2 in this series.

Revisions (2)
  1. v4 current
  2. v5 [diff vs current]

[PATCH v4 0/5] New roll of proxy improvements

From: Nelson Benitez Leon <hidden>
Date: 2016-06-15 22:53:17

So here is a new roll based on last comments, changes
from last roll are:

- Unify in new function set_proxy_auth() the code for
setting proxy username and password in cURL options, which is
indepently setted and not as part of the CURLOPT_PROXY as before.

- If using libcurl >= 7.19.1 use options CURLOPT_PROXYUSERNAME
and CURLOPT_PROXYPASSWORD which let special characters like '@'
or ':' to be present in those options and be correctly treated
by libcurl. If libcurl is < 7.19.1 then use CURLOPT_PROXYUSERPWD
option.

- Refactor http_request_reauth() function to permit more than two
retries, this comes from a jeff king's patch.

- Rename HTTP_REAUTH return status to HTTP_RETRY to better fit the
new semantics according to the aforementioned refactor in
http_request_reauth().

Regards,

Nelson Benitez Leon (5):
  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: Avoid limit of retrying request only twice
  http: rename HTTP_REAUTH to HTTP_RETRY

 http.c |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++------
 http.h |    2 +-
 2 files changed, 51 insertions(+), 7 deletions(-)

-- 
1.7.7.6
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help