Loading lib/url.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3444,6 +3444,10 @@ ConnectionExists(struct SessionHandle *data, /* Same for Proxy NTLM authentication */ /* Same for Proxy NTLM authentication */ if(wantProxyNTLMhttp) { if(wantProxyNTLMhttp) { /* Both check->proxyuser and check->proxypasswd could be NULL */ if(check->proxyuser == NULL || check->proxypasswd == NULL) continue; if(!strequal(needle->proxyuser, check->proxyuser) || if(!strequal(needle->proxyuser, check->proxyuser) || !strequal(needle->proxypasswd, check->proxypasswd)) !strequal(needle->proxypasswd, check->proxypasswd)) continue; continue; Loading Loading
lib/url.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3444,6 +3444,10 @@ ConnectionExists(struct SessionHandle *data, /* Same for Proxy NTLM authentication */ /* Same for Proxy NTLM authentication */ if(wantProxyNTLMhttp) { if(wantProxyNTLMhttp) { /* Both check->proxyuser and check->proxypasswd could be NULL */ if(check->proxyuser == NULL || check->proxypasswd == NULL) continue; if(!strequal(needle->proxyuser, check->proxyuser) || if(!strequal(needle->proxyuser, check->proxyuser) || !strequal(needle->proxypasswd, check->proxypasswd)) !strequal(needle->proxypasswd, check->proxypasswd)) continue; continue; Loading