diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-04 11:35:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-04 11:35:12 +0000 |
commit | 329bcf3a7117c7e5c26d7c8f840af64fb7140753 (patch) | |
tree | e78d4d1297f4cc2eef2bc893ce23082953370f7e /CHANGES | |
parent | 0cb12d7e787f520249c2faa636ff49f4acbebbca (diff) |
7.9.1 cleanup commit
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ History of Changes +Version 7.9.1 + +Daniel (4 November 2001) +- I've added a number of new test cases the last few days. A few of them since + I got reports that hinted on problems on timeouts, so I added four tests + with timeouts for all sorts of protocols and stuff. I also came to think of + a few other error scenarios that we currently didn't test properly, so I + wrote up tests for a few of those too. + Daniel (2 November 2001) - Replaced read() and write() with recv() and send() for socket operations even under normal unixes. |