prevent an initial "(nil)" to get sent in the initial request when doing
CONNECT to a proxy with digest
This commit is contained in:
parent
e587a56fc0
commit
15360e5e51
@ -1068,7 +1068,7 @@ CURLcode Curl_ConnectHTTPProxyTunnel(struct connectdata *conn,
|
||||
"%s"
|
||||
"\r\n",
|
||||
hostname, remote_port,
|
||||
conn->bits.proxy_user_passwd?
|
||||
conn->allocptr.proxyuserpwd?
|
||||
conn->allocptr.proxyuserpwd:"",
|
||||
data->set.useragent?conn->allocptr.uagent:""
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user