Changeset View
Changeset View
Standalone View
Standalone View
b/common/http.c
| Context not available. | |||||
| if (proxy) | if (proxy) | ||||
| http_proxy = proxy; | http_proxy = proxy; | ||||
| err = parse_uri (&uri, http_proxy, 1, 0); | err = parse_uri (&uri, http_proxy, 0, 0); | ||||
| if (gpg_err_code (err) == GPG_ERR_INV_URI | if (gpg_err_code (err) == GPG_ERR_INV_URI | ||||
| && is_hostname_port (http_proxy)) | && is_hostname_port (http_proxy)) | ||||
| { | { | ||||
| Context not available. | |||||