From 2ff30d067c19aea79cd82e0a45e313cf3bb07285 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Apr 2004 20:07:41 +0000 Subject: - David Byron found and fixed a small bug with the --fail and authentication stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and communicate with a proxy that requires basic authentication, the proxy properly returns a 407, but the failure detection code doesn't realize it should give up, so curl returns with exit code 0. Test case 162 verifies this. --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 55070ccbf..7642cb9a1 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -725,6 +725,7 @@ struct UrlState { depending on authstage) */ long authavail; /* what the server reports */ + bool authproblem; /* TRUE if there's some problem authenticating */ bool authdone; /* TRUE when the auth phase is done and ready to do the *actual* request */ #ifdef USE_ARES -- cgit v1.2.3