aboutsummaryrefslogtreecommitdiff
path: root/lib/url.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-08 18:41:41 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-08 18:41:41 +0100
commit39d68b47e19c9dc42d578a923cb842f061eac165 (patch)
tree0491ae33702d74cf357c4063b77c36940165944b /lib/url.h
parent0e6ff33bd53a036418583234e3e512ebb2150ad7 (diff)
http_negotiate: Calculate service name and proxy service name locally
Calculate the service name and proxy service names locally, rather than in url.c which will allow for us to support overriding the service name for other protocols such as FTP, IMAP, POP3 and SMTP.
Diffstat (limited to 'lib/url.h')
-rw-r--r--lib/url.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/url.h b/lib/url.h
index 554680f8e..e7a9ddf08 100644
--- a/lib/url.h
+++ b/lib/url.h
@@ -69,9 +69,6 @@ void Curl_close_connections(struct SessionHandle *data);
#define CURL_DEFAULT_PROXY_PORT 1080 /* default proxy port unless specified */
#define CURL_DEFAULT_SOCKS5_GSSAPI_SERVICE "rcmd" /* default socks5 gssapi
service */
-#define CURL_DEFAULT_PROXY_SERVICE_NAME "HTTP" /* default negotiate proxy
- service */
-#define CURL_DEFAULT_SERVICE_NAME "HTTP" /* default negotiate service */
CURLcode Curl_connected_proxy(struct connectdata *conn, int sockindex);