]> granicus.if.org Git - curl/commit
- David Byron found and fixed a small bug with the --fail and authentication
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Apr 2004 20:07:41 +0000 (20:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Apr 2004 20:07:41 +0000 (20:07 +0000)
commit2ff30d067c19aea79cd82e0a45e313cf3bb07285
tree7b304c7139048758169e5e562e72929d3edb6278
parent84406b3e2cd887b2e162345a49d5ffaf3e0f43ec
- 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.
CHANGES
lib/http.c
lib/transfer.c
lib/urldata.h
tests/data/Makefile.am
tests/data/test162 [new file with mode: 0644]