mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:27:30 +03:00
parent
cffc912844
commit
729316a9e4
1 changed files with 2 additions and 0 deletions
|
|
@ -976,6 +976,8 @@ static CURLcode auth_digest(struct Curl_easy *data,
|
|||
* Digest */
|
||||
result = Curl_input_digest(data, proxy, auth);
|
||||
if(result) {
|
||||
if(result == CURLE_OUT_OF_MEMORY)
|
||||
return result;
|
||||
infof(data, "Digest authentication problem, ignoring.");
|
||||
data->state.authproblem = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue