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"
|
"%s"
|
||||||
"\r\n",
|
"\r\n",
|
||||||
hostname, remote_port,
|
hostname, remote_port,
|
||||||
conn->bits.proxy_user_passwd?
|
conn->allocptr.proxyuserpwd?
|
||||||
conn->allocptr.proxyuserpwd:"",
|
conn->allocptr.proxyuserpwd:"",
|
||||||
data->set.useragent?conn->allocptr.uagent:""
|
data->set.useragent?conn->allocptr.uagent:""
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user