summaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorThomas Glanzmann <thomas@glanzmann.de>2016-11-24 19:40:30 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-25 10:01:58 +0100
commit1232dbb8bd49b5502834ae9dd9f7ab1cb7a88b7b (patch)
treece193ca1d845f57b23a2b7001db7885b532345ce /lib/url.h
parent8ebc5cda8f4f53e26ce822cd831001cc2332945e (diff)
downloadcurl-1232dbb8bd49b5502834ae9dd9f7ab1cb7a88b7b.tar.gz
url: proxy: Use 443 as default port for https proxies
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/url.h b/lib/url.h
index c1254f5dc..f13c8e664 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -67,6 +67,8 @@ void Curl_getoff_all_pipelines(struct Curl_easy *data,
void Curl_close_connections(struct Curl_easy *data);
#define CURL_DEFAULT_PROXY_PORT 1080 /* default proxy port unless specified */
+#define CURL_DEFAULT_HTTPS_PROXY_PORT 443 /* default https proxy port unless
+ specified */
CURLcode Curl_connected_proxy(struct connectdata *conn, int sockindex);