mirror of
https://github.com/curl/curl.git
synced 2026-08-04 09:30:03 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue