diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-15 23:19:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-15 23:19:02 +0000 |
commit | ed6466d17603aa39bb4b1685544747f4c64ec7b0 (patch) | |
tree | 61beb3ad96cb8dea767ca60b171f84b25fd55d5d /CHANGES | |
parent | 991505e077f4ecdbd0b1d0f42be0c9b548dc743d (diff) |
Calls to Curl_failf() are not supposed to provide a trailing newline as the
function itself adds that. Fixed on 50 or something strings!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel S (16 Jan 2008) +- Calls to Curl_failf() are not supposed to provide a trailing newline as the + function itself adds that. Fixed on 50 or something strings! + Daniel S (15 Jan 2008) - I made the torture test on test 530 go through. This was actually due to silly code left from when we switched to let the multi handle "hold" the dns |