diff options
-rw-r--r-- | common/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/http.c b/common/http.c index be5bd308a..edd8a6d27 100644 --- a/common/http.c +++ b/common/http.c @@ -1513,7 +1513,7 @@ send_request (http_t hd, const char *httphost, const char *auth, if (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 && is_hostname_port (http_proxy)) { |