diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-30 06:42:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-30 06:42:12 +0000 |
commit | fd96a2af3431c45ca00ba62b6f88004c89e5ce16 (patch) | |
tree | 1c7b3a54bfc1a852a46693333d4a2c25c31bf301 /CHANGES | |
parent | a90cd1a45ca89b285ee41c371620c6a6db43cd88 (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |