From: Daniel Stenberg Date: Tue, 30 Mar 2004 06:42:12 +0000 (+0000) Subject: David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely X-Git-Tag: upstream/7.37.1~13053 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd96a2af3431c45ca00ba62b6f88004c89e5ce16;p=platform%2Fupstream%2Fcurl.git David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 and 152 were added to verify the functionality. --- diff --git a/CHANGES b/CHANGES index eb2b730..f0a9909 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,11 @@ Changelog +Daniel (30 March 2004) +- David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely + even with authentcations such as NTLM or Digest enabled. Test cases 150, 151 + and 152 were added to verify the functionality. + Daniel (29 March 2004) - Gisle Vanem updated files for the djgpp/MS-DOS build.